Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

[Temp] Backport r21402 from the bleeding_edge branch. #22

Merged
merged 1 commit into from
May 28, 2014
Merged

[Temp] Backport r21402 from the bleeding_edge branch. #22

merged 1 commit into from
May 28, 2014

Conversation

rakuco
Copy link
Member

@rakuco rakuco commented May 21, 2014

Original commit message:

Stop using urllib.urlretrieve() directly.

Using urllib for SSL connections when behind a proxy is known to be
broken, so apply the same fix from depot_tools r149742 and use a wrapper
around urllib2 instead.

R=jkummerow@chromium.org
TEST=run test262 behind corporate proxy

Review URL: https://codereview.chromium.org/297663003

Patch from Raphael Kubo da Costa raphael.kubo.da.costa@intel.com.

This is necessary for the test262 tests to pass inside the network our
v8-crosswalk bots run in.

@rakuco
Copy link
Member Author

rakuco commented May 21, 2014

@darktears
Copy link

LGTM. I wonder if it can wait till next

@fenghaitao
Copy link
Contributor

LGTM. Thanks.

@huningxin
Copy link
Contributor

LGTM. Thanks for the fix.

@rakuco
Copy link
Member Author

rakuco commented May 28, 2014

Rebased on top of the current M36 master. Will finally merge now.

rakuco added a commit that referenced this pull request May 28, 2014
[Temp] Backport r21402 from the bleeding_edge branch.
@rakuco rakuco merged commit a0f0edc into crosswalk-project:master May 28, 2014
@rakuco rakuco deleted the backport-urlretrieve-fix branch May 28, 2014 12:33
Original commit message:

  Stop using urllib.urlretrieve() directly.

  Using urllib for SSL connections when behind a proxy is known to be
  broken, so apply the same fix from depot_tools r149742 and use a wrapper
  around urllib2 instead.

  R=jkummerow@chromium.org
  TEST=run test262 behind corporate proxy

  Review URL: https://codereview.chromium.org/297663003

  Patch from Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>.

This is necessary for the test262 tests to pass inside the network our
v8-crosswalk bots run in.
rakuco pushed a commit that referenced this pull request Feb 27, 2015
Merged 206e913

Unlink pages from the space page list after evacuation.

BUG=430201
LOG=N
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/953813002

Cr-Commit-Position: refs/branch-heads/4.1@{#22}
Cr-Branched-From: 2e08d2a-refs/heads/candidates@{#25353}
Bysmyyr pushed a commit to Bysmyyr/v8-crosswalk that referenced this pull request May 20, 2015
Merged cf53fed
Merged c7e0204

Handle the case when derived constructor is [[Call]]ed with 0 args.

PPC: Handle the case when derived constructor is [[Call]]ed with 0 args.

BUG=chromium:474783
LOG=N
R=machenbach@chromium.org

Review URL: https://codereview.chromium.org/1130603003

Cr-Commit-Position: refs/branch-heads/4.3@{crosswalk-project#22}
Cr-Branched-From: f5c0a23-refs/heads/4.3.61@{#1}
Cr-Branched-From: 0a7d4f4-refs/heads/master@{#27508}
rakuco pushed a commit that referenced this pull request Jul 22, 2015
Merge back fix for 490506/493566 to 4.4

R=arv@chromium.org
BUG=chromium:490506
LOG=n

Review URL: https://codereview.chromium.org/1214503009 .

Cr-Commit-Position: refs/branch-heads/4.4@{#22}
Cr-Branched-From: 2e4c550-refs/heads/4.4.63@{#1}
Cr-Branched-From: 0208b8e-refs/heads/master@{#28333}
rakuco pushed a commit that referenced this pull request Aug 13, 2015
Merged 8ae236c

Fix the failure when enabling v8 profiler or vtune profiler in chromium.

R=hablich@chromium.org
BUG=v8:4352

Review URL: https://codereview.chromium.org/1272133002

Cr-Commit-Position: refs/branch-heads/4.5@{#22}
Cr-Branched-From: 7f21153-refs/heads/4.5.103@{#1}
Cr-Branched-From: 4b38c15-refs/heads/master@{#29527}
rakuco pushed a commit that referenced this pull request Nov 19, 2015
Merged f44efd6

Fix spread operator in ArrayLiterals when nested in other literals

BUG=v8:4417
LOG=N
R=littledan@chromium.org

Review URL: https://codereview.chromium.org/1356913005 .

Cr-Commit-Position: refs/branch-heads/4.6@{#22}
Cr-Branched-From: 24d34a8-refs/heads/4.6.85@{#1}
Cr-Branched-From: 8f44118-refs/heads/master@{#30256}
Bysmyyr pushed a commit to Bysmyyr/v8-crosswalk that referenced this pull request Feb 10, 2016
R=machenbach@chromium.org
NOTRY=true
NOPRESUBMIT=true

Review URL: https://codereview.chromium.org/1670513002

Cr-Commit-Position: refs/branch-heads/4.8@{crosswalk-project#22}
Cr-Branched-From: 10449d4-refs/heads/4.8.271@{#1}
Cr-Branched-From: 2ebd5fc-refs/heads/master@{#31941}
rakuco pushed a commit that referenced this pull request Mar 3, 2016
Cr-Commit-Position: refs/branch-heads/4.9@{#22}
Cr-Branched-From: 2fea296-refs/heads/4.9.385@{#1}
Cr-Branched-From: 0c1430a-refs/heads/master@{#33306}
mrunalk pushed a commit that referenced this pull request Apr 5, 2016
Merged 474e6a3

[arm64] Fix i/d cache line size confusion typo

BUG=chromium:593867
LOG=N
R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/1793463002 .

Cr-Commit-Position: refs/branch-heads/5.0@{#22}
Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
mrunalk pushed a commit that referenced this pull request May 20, 2016
Merged 3518e49
Merged 7d8e279
Merged 644bade
Merged b469772
Merged 14c9cbd
Merged 71dd5c4

[regexp] do not assume short external strings have a minimum size.

PPC: [regexp] do not assume short external strings have a minimum size.

X87: [regexp] do not assume short external strings have a minimum size.

MIPS64: [regexp] do not assume short external strings have a minimum size.

S390: [regexp] do not assume short external strings have a minimum size.

MIPS64: [regexp] do not assume short external strings have a minimum size.

BUG=chromium:604897,chromium:604897,chromium:604897,chromium:604897,v8:4923,v8:4923,v8:4923,v8:4923
LOG=N
R=hablich@chromium.org

Review URL: https://codereview.chromium.org/1923523002 .

Cr-Commit-Position: refs/branch-heads/5.1@{#22}
Cr-Branched-From: 167dc63-refs/heads/5.1.281@{#1}
Cr-Branched-From: 03953f5-refs/heads/master@{#35282}
mrunalk pushed a commit that referenced this pull request Jun 21, 2016
Merged 767c34d
Merged 0d22e7e

Revert of [turbofan] Take the immediate size in account when narrowing ia32/x64 word comparison operators. (patchset #1 id:1 of https://codereview.chromium.org/1968453002/ )

[x64/ia32] Deal with the non-transitivity of InstructionSelector::CanCover() when folding loads into branches.

BUG=chromium:611976,chromium:611976
LOG=N
R=hablich@chromium.org
NOTRY=true
NOPRESUBMIT=true

Review-Url: https://codereview.chromium.org/2042263002
Cr-Commit-Position: refs/branch-heads/5.2@{#22}
Cr-Branched-From: 2cd36d6-refs/heads/5.2.361@{#1}
Cr-Branched-From: 3fef34e-refs/heads/master@{#36332}
mrunalk pushed a commit that referenced this pull request Aug 10, 2016
Ignore 4 tests on Big-Endian platform (Endian Issue)

R=hablich@chromium.org, machenbach@chromium.org
BUG=
NOTRY=true
NOPRESUBMIT=true

Review-Url: https://codereview.chromium.org/2152833002
Cr-Commit-Position: refs/branch-heads/5.3@{#22}
Cr-Branched-From: 820a23a-refs/heads/5.3.332@{#2}
Cr-Branched-From: 37538cb-refs/heads/master@{#37308}
mrunalk pushed a commit that referenced this pull request Sep 27, 2016
Cr-Commit-Position: refs/branch-heads/5.4@{#22}
Cr-Branched-From: 5ce2827-refs/heads/5.4.500@{#2}
Cr-Branched-From: ad07b49-refs/heads/master@{#38841}
imreotto pushed a commit to tenta-browser/v8-crosswalk that referenced this pull request Sep 4, 2017
Cr-Commit-Position: refs/branch-heads/5.9@{crosswalk-project#22}
Cr-Branched-From: fe9bb7e-refs/heads/5.9.211@{crosswalk-project#1}
Cr-Branched-From: 70ad237-refs/heads/master@{#44591}
asifhisam pushed a commit to asifhisam/v8-crosswalk that referenced this pull request Sep 9, 2019
Cr-Commit-Position: refs/branch-heads/5.8@{crosswalk-project#22}
Cr-Branched-From: eda659c-refs/heads/5.8.283@{crosswalk-project#1}
Cr-Branched-From: 4310cd0-refs/heads/master@{#43429}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants