- 16 Sep, 2014 40 commits
-
-
bengr authored
This test verifies that the build and patch directives in the Chrome-Proxy header are used as expected by the data reduction proxy. BUG=409936 Review URL: https://codereview.chromium.org/544463002 Cr-Commit-Position: refs/heads/master@{#295074}
-
droger authored
This CL moves a bit of translate logic from chrome/ to the translate component. Some IPC messages are still forwarded to chrome (through ContentTranslateDriver::Observer) because of translate notifications. This is temporary though, because once translate notifications are removed, ChromeTranslateClient will no longer need to be an Observer. Another motivation for this change is that the renderer-side of translate IPC (TranslateHelper) is moving to the component (in another CL), and thus the browser-side has to move too for consistency (this CL). BUG=335087 TBR=msw Review URL: https://codereview.chromium.org/564743002 Cr-Commit-Position: refs/heads/master@{#295073}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/66ed8adeb9fe3f69835e1eaa53048146e3a6b4de..8cc576a35676fa4829ee37d9d40e791354e16df1 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/570363002 Cr-Commit-Position: refs/heads/master@{#295072}
-
vivek.vg authored
Blink is about to use blink_resources.grd for the inline resources of user agent stylesheets. This removes the dependency upon using make-file-arrays.py which embeds these resources as strings. This patch instantiates TestContentClient which does all the plumbing required for various test targets in content. As the resources are being moved into blink_resources.grd, this generates blink_resources.pak. This pak doesn't exists as a separate pak file but its repacked into "content_shell.pak". This blink side changes were reverted here https://codereview.chromium.org/567073004/ The reason for reverting: Breaking quite a few browser_tests and content_browsertests across multiple platforms. BUG=312586 Review URL: https://codereview.chromium.org/567153002 Cr-Commit-Position: refs/heads/master@{#295071}
-
glider authored
BUG=414675 TBR=nasko@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/571403003 Cr-Commit-Position: refs/heads/master@{#295070}
-
antrim authored
BUG=407853 R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/566423002 Cr-Commit-Position: refs/heads/master@{#295069}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/9564ce60a657acce89fb956deb8645b324eaad1e..8ddbe8b9366c8c59c4fb55f01f253de8a0b37d6e CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/572313002 Cr-Commit-Position: refs/heads/master@{#295068}
-
felt authored
Delete support for TYPE_MALWARE_AND_PHISHING, since the warning now always shows the malware warning if it's both. BUG= R=mattm@chromium.org Review URL: https://codereview.chromium.org/572023003 Cr-Commit-Position: refs/heads/master@{#295067}
-
jochen authored
This will make sure that the handlers are set at the correct point during v8::Isolate construction BUG=none R=svenpanne@chromium.org Review URL: https://codereview.chromium.org/567343002 Cr-Commit-Position: refs/heads/master@{#295066}
-
felt authored
The phishing warning no longer supports error reporting. This CL deletes the dead code associated with the error reports. BUG= R=mattm@chromium.org Review URL: https://codereview.chromium.org/575723002 Cr-Commit-Position: refs/heads/master@{#295065}
-
chrome://settingsnoms authored
This is something I missed in https://codereview.chromium.org/532023003 BUG=413116 TEST=Go to chrome://settings and create a new profile. You should not be able to save a name that's all spaces. Review URL: https://codereview.chromium.org/562233002 Cr-Commit-Position: refs/heads/master@{#295064}
-
mef authored
BUG=411010 TEST=build/android/test_runner.py instrumentation --test-apk=CronetSampleTest -f *Quic* Review URL: https://codereview.chromium.org/544223003 Cr-Commit-Position: refs/heads/master@{#295063}
-
glider authored
BUG=379943 TBR=pilgrim@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/579433003 Cr-Commit-Position: refs/heads/master@{#295062}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/26493148691a7a4789d195c90a2ad49f8b098ba5..66ed8adeb9fe3f69835e1eaa53048146e3a6b4de TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/572263002 Cr-Commit-Position: refs/heads/master@{#295061}
-
glider authored
BUG=400490 TBR=ananta@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/550393003 Cr-Commit-Position: refs/heads/master@{#295060}
-
bnc authored
This is an alternate way of achieving the same as https://crrev.com/568093002. In this version, instead of calling ToEventParametersCallback to get a callable, then passing it around, then calling it, the body of SourceEventParametersCallback is duplicated in NetLogSpdyInitializedCallback. This yields faster, simpler, more direct code, at the expense of code duplication. Only one of this CL and https://crrev.com/568093002 should be committed. BUG=413369 Review URL: https://codereview.chromium.org/567403002 Cr-Commit-Position: refs/heads/master@{#295059}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/49005bf8929dd8ca86431e13414d683b509cd538..9564ce60a657acce89fb956deb8645b324eaad1e CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/578553003 Cr-Commit-Position: refs/heads/master@{#295058}
-
primiano authored
Add a PRESUBMIT check to verify that all prebuilts are actually deployed to GCS (i.e. the committer didn't forget to run upload_to_google_storage.py). BUG=340294 NOTRY=true Review URL: https://codereview.chromium.org/562553003 Cr-Commit-Position: refs/heads/master@{#295057}
-
chrome://helpygorshenin authored
UI state of the elements related to channel switcher should depend only on update status, current and target channels, not on the internal state which is reset each time chrome://help is reloaded. BUG=323530 TEST=manual tests on a falco device Review URL: https://codereview.chromium.org/565903002 Cr-Commit-Position: refs/heads/master@{#295056}
-
msarda authored
The account reconcilor uses the canonicalized emails to look up accounts in the ProfileOAuth2TokenService. This CL canonicalizes the authenticated username when the sign-in manager initializes for backward compability. TEST=Also regression test to check that nothing breaks for pre-SSO signed in users. BUG=394355 Review URL: https://codereview.chromium.org/413453002 Cr-Commit-Position: refs/heads/master@{#295055}
-
jochen authored
- mark obsolete histograms as such - update descriptions and owners for current histograms - add missing histograms BUG=none R=asvitkine@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/563853003 Cr-Commit-Position: refs/heads/master@{#295054}
-
bnc authored
The Net.SpdyVersion UMA histogram directly tracks internal NextProto enum values, which change, for example, when protocols are deprecated, e.g., https://chromium.googlesource.com/chromium/src/+/13621d68bc4096987471ec698468a972af2fa1de%5E%21/#F9. This CL obsoletes Net.SpdyVersion, and introduces Net.SpdyVersion2, which uses values that are specifically generated for this purpuse, with the intent that later versions will not change or reuse them. BUG=412495 Review URL: https://codereview.chromium.org/560573002 Cr-Commit-Position: refs/heads/master@{#295053}
-
nednguyen authored
the last byte received. This patch also clean up the MockTimer API a little bit by making sure that the module's time package is replaced when mock timer is gc'ed. BUG=400859 Review URL: https://codereview.chromium.org/542283003 Cr-Commit-Position: refs/heads/master@{#295052}
-
glider authored
BUG=380575 NOTRY=true TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/577593002 Cr-Commit-Position: refs/heads/master@{#295051}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/4fa3ffd7f1ab95e97014b6848f8643dd4206e015..26493148691a7a4789d195c90a2ad49f8b098ba5 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/557653003 Cr-Commit-Position: refs/heads/master@{#295050}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#295049}
-
gab authored
BUG=414554 TEST=Added regression test PrefHashBrowserTestUntrustedAdditionToPrefs which fails without this CL and passes with it. Review URL: https://codereview.chromium.org/550343004 Cr-Commit-Position: refs/heads/master@{#295048}
-
perkj authored
TBR=kjellander@chromium.org Review URL: https://codereview.chromium.org/560123003 Cr-Commit-Position: refs/heads/master@{#295047}
-
msarda authored
BUG=NONE Review URL: https://codereview.chromium.org/559053003 Cr-Commit-Position: refs/heads/master@{#295046}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/aa54489e95cc3512007c6ec9cb58a698cb2b3009..4fa3ffd7f1ab95e97014b6848f8643dd4206e015 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/570223003 Cr-Commit-Position: refs/heads/master@{#295045}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/573973002 Cr-Commit-Position: refs/heads/master@{#295044}
-
ygorshenin authored
BUG=331367 TEST=manual testing on Linux ChromeOS build Review URL: https://codereview.chromium.org/571893002 Cr-Commit-Position: refs/heads/master@{#295043}
-
timvolodine authored
Adds UMA logging to track how many batteries are reported by the system at the start of Battery Status API. BUG= Review URL: https://codereview.chromium.org/545503002 Cr-Commit-Position: refs/heads/master@{#295042}
-
jyasskin authored
BUG=302040 NOTRY=true Review URL: https://codereview.chromium.org/505083002 Cr-Commit-Position: refs/heads/master@{#295041}
-
Primiano Tucci authored
This simply moves the backends in backends/android up one folder. The current naming structure was redundant and some of the classes there are not really android specific. Moving up since there is some work in progress to introduce support for other platforms, so it doesn't make much sense to keep a folder named 'android'. No functional change is intended. BUG=340294 NOTRY=true R=skyostil@chromium.org Review URL: https://codereview.chromium.org/574663002 Cr-Commit-Position: refs/heads/master@{#295040}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/d58a9ae43dcf8f670bd8a74aecc3e6e7883ebb6f..aa54489e95cc3512007c6ec9cb58a698cb2b3009 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/577553003 Cr-Commit-Position: refs/heads/master@{#295039}
-
qsr authored
This is a reland of https://codereview.chromium.org/570563002 with the gyp build config updated. R=sdefresne@chromium.org Review URL: https://codereview.chromium.org/571353002 Cr-Commit-Position: refs/heads/master@{#295038}
-
Primiano Tucci authored
PRESUBMIT.py ened up being accidentally part of the last patchset in crrev.com/549313006. It was not intended as it is still under review in crrev.com/562553003 BUG=340294 NOTRY=true TBR=primiano@chromium.org Review URL: https://codereview.chromium.org/538363006 Cr-Commit-Position: refs/heads/master@{#295037}
-
qsr authored
R=jamesr@chromium.org Review URL: https://codereview.chromium.org/566333002 Cr-Commit-Position: refs/heads/master@{#295036}
-
mkwst authored
TBR=mkwst@chromium.org Review URL: https://codereview.chromium.org/564113003 Cr-Commit-Position: refs/heads/master@{#295035}
-