- 03 Mar, 2015 40 commits
-
-
peria authored
It enables renderers without DumpRenderTree to trigger Blink GCs. BUG=438074, 420515 Review URL: https://codereview.chromium.org/964283002 Cr-Commit-Position: refs/heads/master@{#318888}
-
agoode authored
See https://codereview.chromium.org/968663004/ BUG=377250 Review URL: https://codereview.chromium.org/965903003 Cr-Commit-Position: refs/heads/master@{#318887}
-
bbudge authored
This API was missed in the CL to add missing APIs to histograms. https://codereview.chromium.org/938283004/ This change also tweaks a comment that caused pretty_print.py to complain. BUG= Review URL: https://codereview.chromium.org/970163002 Cr-Commit-Position: refs/heads/master@{#318886}
-
inferno authored
http://build.chromium.org/p/chromium.lkgr/builders/UBSan%20vptr%20Release/builds/1296 BUG=463464 TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/974843002 Cr-Commit-Position: refs/heads/master@{#318885}
-
dzhioev authored
facilitates WebUI creation. All parts of WUG are implemented: * Base classes for view (View) and view-model (ViewModel) * WebUIView -- specialization of View for use in WebUI. * View's CC, HTML and JS code generator * Templates for GYP and GN which help to generate code and produce components from generated code. Tests to follow. TEST=none TBR=avi@chromium.org,mark@chromium.org BUG=459230 Review URL: https://codereview.chromium.org/928163002 Cr-Commit-Position: refs/heads/master@{#318884}
-
rockot authored
Highlights: - mojo::ChannelInit has been replaced with content::ChannelInit. - ScopedIPCSupport has been added so Mojo consumers can ensure the EDK is initialized. - single process mode now uses some evil tricks to get child threads to create their mojo client channels on the browser I/O thread. - several Android bits adapted to new interfaces - a number of tests have been adapted to work properly in spite of unconventional process arrangements BUG=None Review URL: https://codereview.chromium.org/954643002 Cr-Commit-Position: refs/heads/master@{#318883}
-
lionel.g.landwerlin authored
BUG=463459 Review URL: https://codereview.chromium.org/973813002 Cr-Commit-Position: refs/heads/master@{#318882}
-
Paweł Hajdan, Jr authored
TBR=machenbach BUG=463436 Review URL: https://codereview.chromium.org/973063002 Cr-Commit-Position: refs/heads/master@{#318881}
-
machenbach authored
Revert of Update V8 to version 4.3.15. (patchset #1 id:1 of https://codereview.chromium.org/969053002/) Reason for revert: Speculative revert for issue 463436. Original issue's description: > Update V8 to version 4.3.15. > > Summary of changes available at: > https://chromium.googlesource.com/v8/v8/+log/c791d841..155278d6 > > Please follow these instructions for assigning/CC'ing issues: > https://code.google.com/p/v8-wiki/wiki/TriagingIssues > > TBR=machenbach@chromium.org > > Committed: https://crrev.com/32e6c72188d6b0b948d668afdc1cb209d44c2e70 > Cr-Commit-Position: refs/heads/master@{#318755} TBR=v8-autoroll@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/975713002 Cr-Commit-Position: refs/heads/master@{#318880}
-
machenbach authored
Revert of Update V8 to version 4.3.16. (patchset #1 id:1 of https://codereview.chromium.org/974813002/) Reason for revert: Speculative revert for issue 463436. Original issue's description: > Update V8 to version 4.3.16. > > Summary of changes available at: > https://chromium.googlesource.com/v8/v8/+log/155278d6..ea02c333 > > Please follow these instructions for assigning/CC'ing issues: > https://code.google.com/p/v8-wiki/wiki/TriagingIssues > > TBR=machenbach@chromium.org > NOTRY=true > > Committed: https://crrev.com/5d61006f40e3f14bbf8f2c60f698b051f8f84fd9 > Cr-Commit-Position: refs/heads/master@{#318874} TBR=v8-autoroll@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/978433002 Cr-Commit-Position: refs/heads/master@{#318879}
-
ginkage authored
BUG=461604,435358 TEST=manual Review URL: https://codereview.chromium.org/969403002 Cr-Commit-Position: refs/heads/master@{#318878}
-
sdefresne authored
BUG=None Review URL: https://codereview.chromium.org/969353005 Cr-Commit-Position: refs/heads/master@{#318877}
-
dtapuska authored
We adjusted the leaderd dbus API to pass back an ObjectPath instead of a string. Adjust the chromium bindings to match that. BUG=453872 Review URL: https://codereview.chromium.org/972983003 Cr-Commit-Position: refs/heads/master@{#318876}
-
dzhioev authored
Component build was broken since 4a84927b, where chromeos::device_event_log was moved to components. TBR=reillyg@chromium.org,derat@chromium.org BUG=none Review URL: https://codereview.chromium.org/971363002 Cr-Commit-Position: refs/heads/master@{#318875}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/155278d6..ea02c333 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=machenbach@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/974813002 Cr-Commit-Position: refs/heads/master@{#318874}
-
machenbach authored
Summary of changes available at: https://chromium.googlesource.com/chromium/deps/icu/+log/df1bf38..db16fd8 TBR=jochen@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/972953002 Cr-Commit-Position: refs/heads/master@{#318873}
-
perkj authored
This cl reverts back to the behaviour prior to https://codereview.chromium.org/795703003/. Ie, the security origin of the ancestors of a requesting iframe does not have to match in order to allow or deny a request. BUG=448378, 456628 Review URL: https://codereview.chromium.org/969773002 Cr-Commit-Position: refs/heads/master@{#318872}
-
dgozman authored
BUG=none Review URL: https://codereview.chromium.org/968073004 Cr-Commit-Position: refs/heads/master@{#318871}
-
ulan authored
Revert of Fix crash in SimpleGeolocationProvider. (patchset #1 id:1 of https://codereview.chromium.org/973003002/) Reason for revert: This broke chromeos_unittests (see crbug.com/463499) Original issue's description: > Fix crash in SimpleGeolocationProvider. > > BUG=463150 > TEST=manual > > Committed: https://crrev.com/ae10a9150af37a77ed8e9a71b19ad441d48f1cc7 > Cr-Commit-Position: refs/heads/master@{#318866} TBR=nkostylev@chromium.org,alemate@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=463150 Review URL: https://codereview.chromium.org/974883002 Cr-Commit-Position: refs/heads/master@{#318870}
-
tfarina authored
It is necessary because gles2_conform_supports depends on it and will port it later. Tested on Linux with the following command lines: $ gn gen out-gn $ ninja -C out-gn gles2_implementation_no_check BUG=None TEST=see above R=jbauman@chromium.org,dpranke@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/969603002 Cr-Commit-Position: refs/heads/master@{#318869}
-
ulan authored
BUG=463456 TBR=benwells@chromium.org Review URL: https://codereview.chromium.org/973793003 Cr-Commit-Position: refs/heads/master@{#318868}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#318867}
-
alemate authored
BUG=463150 TEST=manual Review URL: https://codereview.chromium.org/973003002 Cr-Commit-Position: refs/heads/master@{#318866}
-
toyoshim authored
BUG=462483 NOTRY=true TBR=yhirano@chromium.org Review URL: https://codereview.chromium.org/974833002 Cr-Commit-Position: refs/heads/master@{#318865}
-
droger authored
This CL upstreams a small fork in ShouldShowAlwaysTranslateShortcut on iOS, which is caused by a different UX on this platform. Review URL: https://codereview.chromium.org/972123002 Cr-Commit-Position: refs/heads/master@{#318864}
-
ppi authored
This patch updates the dynamic lookup of NSS symbols to use dlsym(RTLD_DEFAULT) instead of dlsym on the dlopen(NULL) handle. The latter doesn't work if the binary that does the dynamic lookup was loaded dynamically itself (as dlopen(NULL) gives access only to the symbols loaded at the start of the program). Note that RTLD_DEFAULT requires setting _GNU_SOURCE. BUG=462203 Review URL: https://codereview.chromium.org/962593002 Cr-Commit-Position: refs/heads/master@{#318863}
-
aberent authored
Revert of Propagate audible state from player to the containing tab (patchset #16 id:310001 of https://codereview.chromium.org/896673003/) Reason for revert: This (Android only) change breaks the downstream Android test CastSwitchVideoTest#testNewVideoNewPageSameTab. Reverting as Android Sheriff. BUG=463445 Original issue's description: > Propagate audible state from player to the containing tab. > > This is part 1 (chromium), > part 2 (clank) is https://chrome-internal-review.googlesource.com/#/c/195455/ > > This CL is only about propagation/plumbing. > Neither the reporting of audible state my players nor the consumption > (UI notification) are implemented. > > This patch creates a new object AudioMonitorAndroid and > attaches it to MediaWebContentsObserver. The AudioMonitorAndroid > maintains the audible state for the tab. It receives notifications > from MediaPlayerAndroid objects and sends the resulting > notification to the WebContents. > > BUG=414810 > > Committed: https://crrev.com/6ad356d3e845ed9b67c5fb799b2ee8290f317268 > Cr-Commit-Position: refs/heads/master@{#318823} TBR=qinmin@chromium.org,sievers@chromium.org,tedchoc@chromium.org,aurimas@chromium.org,timav@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=414810 Review URL: https://codereview.chromium.org/972973002 Cr-Commit-Position: refs/heads/master@{#318862}
-
ulan authored
Revert of Handle unpatched VS xtree header (patchset #3 id:40001 of https://codereview.chromium.org/965713002/) Reason for revert: This broke Win 8 GN builders: ERROR at //build/config/compiler/BUILD.gn:804:30: Assignment had no effect. msvs_xtree_patched = true Original issue's description: > Handle unpatched VS xtree header > > BUG= > > Committed: https://crrev.com/b5020725ac56d11c064086295af7db628b4fe64b > Cr-Commit-Position: refs/heads/master@{#318859} TBR=brettw@chromium.org,tmoniuszko@opera.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/972133002 Cr-Commit-Position: refs/heads/master@{#318861}
-
toyoshim authored
MidiManagerMacTest.MidiNotification was marked in valgrind/gtest_exclude/media_unittests.gtest_mac.txt. Remove the entry with some speculative fixes. Since the problem can not be reproduced with the latest valgrind on Yosemite. If this patch is not enough, let's suppress it again. BUG=462483 TEST=media_unittests --gtest_filter=MidiManagerMacTest.MidiNotification TEST=valgrind media_unittests --gtest_filter=MidiManagerMacTest.MidiNotification # does not hangup on yosemite Review URL: https://codereview.chromium.org/971593002 Cr-Commit-Position: refs/heads/master@{#318860}
-
tmoniuszko authored
BUG= Review URL: https://codereview.chromium.org/965713002 Cr-Commit-Position: refs/heads/master@{#318859}
-
ulan authored
Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #4 id:80001 of https://codereview.chromium.org/864513004/) Reason for revert: This broke telemetry_unittests and content_browsertests on Mac (see issue 463439) Original issue's description: > gpu: introduce glCopySubTextureCHROMIUM > > Introduce glCopySubTextureCHROMIUM to support immutable texture as well as to > optimize WebGL texSubImage2D(video | canvas). > > This CL changes gl_renderer to use glCopySubTextureCHROMIUM because the > destination texture is immutable. > > TEST=GLCopyTextureCHROMIUMTest > BUG=443151 > > Committed: https://crrev.com/fac6a2d44323ad51429ee728e241fe22242f5ebd > Cr-Commit-Position: refs/heads/master@{#318855} TBR=sievers@chromium.org,piman@chromium.org,kbr@chromium.org,zmo@chromium.org,scherkus@chromium.org,dongseong.hwang@intel.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=443151 Review URL: https://codereview.chromium.org/972833004 Cr-Commit-Position: refs/heads/master@{#318858}
-
mtomasz authored
A recent CL caused a crash due to undefined order of evaluating arguments in C++. An invalid pointer was causing a crash on G++ builds only. TEST=Tested manually on a Chromebook. BUG=462999 Review URL: https://codereview.chromium.org/977493002 Cr-Commit-Position: refs/heads/master@{#318857}
-
fukino authored
BUG=459462 TEST=check that ESC cancels selections on list/grid view, and that pressing ESC while renaming doesn't cancel selection. Review URL: https://codereview.chromium.org/970103002 Cr-Commit-Position: refs/heads/master@{#318856}
-
dongseong.hwang authored
Introduce glCopySubTextureCHROMIUM to support immutable texture as well as to optimize WebGL texSubImage2D(video | canvas). This CL changes gl_renderer to use glCopySubTextureCHROMIUM because the destination texture is immutable. TEST=GLCopyTextureCHROMIUMTest BUG=443151 Review URL: https://codereview.chromium.org/864513004 Cr-Commit-Position: refs/heads/master@{#318855}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#318854}
-
fukino authored
BUG=458915 TEST=Select 2000 photos by Ctrl+A and check that UI responds in less than 500ms. Review URL: https://codereview.chromium.org/973483002 Cr-Commit-Position: refs/heads/master@{#318853}
-
tbarzic authored
BUG=461888 Review URL: https://codereview.chromium.org/957123002 Cr-Commit-Position: refs/heads/master@{#318852}
-
phoglund authored
This patch: 1) groups all tools for the audio and video quality tests per platform. 2) adds ffmpeg and zxing to the private tool bucket for all platforms. 3) updates the tests to the new tool locations. This must land at the same time as a webrtc.DEPS CL which makes the download step --recursive and --auto_platform for the private tool bucket. Left to fix: 1) The AQ test is still dependent on installed sox on mac/linux. BUG=440387 Review URL: https://codereview.chromium.org/965403003 Cr-Commit-Position: refs/heads/master@{#318851}
-
gcasto authored
This requires a few changes to how we evaluate pages during the saving process. 1) Instead of ignoring forms where there are more than 3 password fields, assume that those fields are not related to actual passwords. Also change the case of 3 passwords to assume that if the first and second password match, that the third is not related. I don't have statistics on this, but I have seen security questions that are entered into password fields much more often than I have seen a new password entered before and old password (which was the previous assumption). 2) Move change password detection to work on the submitted password form instead of the observed form. The submitted form is more likely to be identified correctly because we have additional data after submission. This failed on Macy's because we incorrectly assume that, given the number of password fields, one of them is a current password field during parsing. 3) Don't require HTML field attributes to match for signup forms. This is normally required because otherwise we can't fill the password we have just saved. However in the case of signup forms this doesn't matter because we don't want to fill on the same form again anyway. BUG=452306, 451631 Review URL: https://codereview.chromium.org/944163003 Cr-Commit-Position: refs/heads/master@{#318850}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/115b8ac..b2c2289 TBR=alancutter@chromium.org,enne@chromium.org Review URL: https://codereview.chromium.org/972103002 Cr-Commit-Position: refs/heads/master@{#318849}
-