- 31 Aug, 2016 38 commits
-
-
einbinder authored
Highlight JavaScript booleans, null, undefined, etc as pink BUG=none Review-Url: https://codereview.chromium.org/2294113002 Cr-Commit-Position: refs/heads/master@{#415538}
-
yhirano authored
This CL makes mojo::Watcher run on the correct task runner instead of the default task runner of the main thread. BUG=603396 Review-Url: https://codereview.chromium.org/2274833002 Cr-Commit-Position: refs/heads/master@{#415537}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/4d356cb6646e17da23a490ec3b1dea4577e24283 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/06e2710700b619355253228d7c2caa1bc76e13bc Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/a93ebc8b69c18bce873f4df1979b6534f3c13e68 Organize environment whitelist, add PYTHONUNBUFFERED. (iannucci@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=635641 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2289303003 Cr-Commit-Position: refs/heads/master@{#415536}
-
dtapuska authored
Remove abstraction for PlatformKeyboardEvent and use WebKeyboardEvent directly inside core. BUG=625684 Review-Url: https://codereview.chromium.org/2290313002 Cr-Commit-Position: refs/heads/master@{#415535}
-
kozyatinskiy authored
BUG=493815 R=lushnikov@chromium.org Review-Url: https://codereview.chromium.org/2293833003 Cr-Commit-Position: refs/heads/master@{#415534}
-
penghu authored
Some gl functions have not been bound,if no context created before. BUG= Review-Url: https://codereview.chromium.org/2273483004 Cr-Commit-Position: refs/heads/master@{#415533}
-
mlliu authored
Currently, if CreateBlimpContents() is called more than once, multiple BlimpContents are created with the same kDummyTabId. In this CL, 1. BlimpContentsManager will return nullptr if CreateBlimpContents() is called when there's an existing BlimpContents. 2. If BlimpContentsManager returns nullptr, BlimpClientContextImpl won't set the delegate. 2. TabBlimpContentsObserver won't be added in Tab.java BUG=642216 Review-Url: https://codereview.chromium.org/2299453002 Cr-Commit-Position: refs/heads/master@{#415532}
-
kbr authored
Revert of Switch context_lost test to gpu_integration_test harness. (patchset #4 id:60001 of https://codereview.chromium.org/2297623002/ ) Reason for revert: Broke context_lost tests on Android as seen on https://build.chromium.org/p/chromium.gpu.fyi/console . Original issue's description: > Switch context_lost test to gpu_integration_test harness. > > BUG=352807 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > TBR=zmo@chromium.org > > Committed: https://crrev.com/d89cde2c1cfa24e74c97efa88170ed80637f2ae5 > Cr-Commit-Position: refs/heads/master@{#415456} TBR=zmo@chromium.org,vmiura@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=352807 Review-Url: https://codereview.chromium.org/2292323003 Cr-Commit-Position: refs/heads/master@{#415531}
-
thomasanderson authored
type_traits adds std::is_arithmetic which is used in safe_conversions_impl.h, however this header was not included. This is reported as an error by flycheck-clang (using my system clang version 3.4, system headers, and --std=c++1y), and is causing every source file that has safe_conversions_impl.h as a dependency (about 13,000 of them) to fail to syntax check anything after the include. Review-Url: https://codereview.chromium.org/2295903002 Cr-Commit-Position: refs/heads/master@{#415530}
-
sanfin authored
Before, it was not set anywhere for Android builds, so it was defaulting to 0, which made the Google Cast app think that it was a Cast TV. BUG=Internal b/31097743 Review-Url: https://codereview.chromium.org/2282263002 Cr-Commit-Position: refs/heads/master@{#415529}
-
eostroukhov authored
R=dgozman@chromium.org BUG= Review-Url: https://codereview.chromium.org/2293253002 Cr-Commit-Position: refs/heads/master@{#415528}
-
wkorman authored
Review-Url: https://codereview.chromium.org/2298593002 Cr-Commit-Position: refs/heads/master@{#415527}
-
raymes authored
There is code in MimeHandlerViewContainer::OnReady to make a http request for the PDF if it is loaded in an embedded context. This code was errorneously being run for top level PDFs as well, causing two requests to be made. In most cases this second request would be cancelled straight away but it actually isn't needed at all. BUG=587709 Review-Url: https://codereview.chromium.org/2287213002 Cr-Commit-Position: refs/heads/master@{#415526}
-
zengster authored
BUG= Review-Url: https://codereview.chromium.org/2270083002 Cr-Commit-Position: refs/heads/master@{#415525}
-
esum authored
BUG=internal b/30114788 Review-Url: https://codereview.chromium.org/2294093003 Cr-Commit-Position: refs/heads/master@{#415524}
-
alemate authored
This CL allows polymer-based OOBE to continue on chrome restart. BUG=604119 TEST=none Review-Url: https://codereview.chromium.org/2289643003 Cr-Commit-Position: refs/heads/master@{#415523}
-
yhirano authored
WebSocket implementation in content/browser was moved from content/browser/renderer_host to content/browser/websockets. This change updates the OWNERS information. BUG=None Review-Url: https://codereview.chromium.org/2288943003 Cr-Commit-Position: refs/heads/master@{#415522}
-
sadrul authored
BUG=637923 Review-Url: https://codereview.chromium.org/2295923002 Cr-Commit-Position: refs/heads/master@{#415521}
-
eyaich authored
BUG=chromium:633253 Review-Url: https://codereview.chromium.org/2295803002 Cr-Commit-Position: refs/heads/master@{#415520}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/625c7670..af009a36 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2298573002 Cr-Commit-Position: refs/heads/master@{#415519}
-
lazyboy authored
Change ExtensionService::AddProviderForTesting() to take unique_ptr instead of raw pointer. BUG=556939 Test=None, internal only change. Review-Url: https://codereview.chromium.org/2294653002 Cr-Commit-Position: refs/heads/master@{#415518}
-
chili authored
BUG=3333 Review-Url: https://codereview.chromium.org/2288353002 Cr-Commit-Position: refs/heads/master@{#415517}
-
enne authored
This is on by default and appears to have stuck. Removing this flag allows for followup patches to remove old code that will then be dead. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2297923002 Cr-Commit-Position: refs/heads/master@{#415516}
-
chenwilliam authored
I'm working on improving our build process so we can use npm modules on buildbots (e.g. linting, type checking). I copied these two python scripts from the infra team which will be used by our buildbot recipe to install and run a local installation of node.js. Original code here: https://cs.chromium.org/chromium/infra/node/ BUG=642046 Review-Url: https://codereview.chromium.org/2278803004 Cr-Commit-Position: refs/heads/master@{#415515}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/8c54182aba44..77be04971c13 $ git log 8c54182ab..77be04971 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 npm Clean up CPDF_CMap declaration TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2292413003 Cr-Commit-Position: refs/heads/master@{#415514}
-
rjkroege authored
To permit reuse in mus, relocate the reuseable portions of ash/display/display_util.cc and ash/display/display_util.h into ui. BUG=581462 Review-Url: https://codereview.chromium.org/2286523002 Cr-Commit-Position: refs/heads/master@{#415513}
-
Emily Stark authored
In addition, this picks up a change to the Dropbox Expect-Staple report URL. Looks like this change was made in the json file in https://codereview.chromium.org/2129543003/ but not in the generated .h. BUG=642550 R=lgarron@chromium.org Review URL: https://codereview.chromium.org/2293283002 . Cr-Commit-Position: refs/heads/master@{#415512}
-
xingliu authored
1. Integrate connect call into Blimp settings UI. 2. Polish the connect functions in java and c++, now identity_source is responsible for handling GoogleServiceAuthError::REQUEST_CANCELED, since the Java approach(AccountTrackerService listener) didn't work with non-startup connect attempts. And code structure is cleaner in this way. 3. Removed BlimpSettingsCallback, and moved embedder functions into BlimpClientContextDelegate. Also added testing classes for BlimpClientContext and BlimpClientContextDelegate, but these classes can only test shim Java layer. 4. Created BUILD.gn for core/settings, and put jni files there. Java file is still in core/, for easier review diff. There will be future CL to move these Java files. 5. Added BlimpClientContextInternal Java interface to decouple internal build targets. BUG=624457 Review-Url: https://codereview.chromium.org/2261273002 Cr-Commit-Position: refs/heads/master@{#415511}
-
dschuyler authored
This CL changes the label text from Themes to Theme since there is a single theme (not plural). BUG=622786 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2284113002 Cr-Commit-Position: refs/heads/master@{#415510}
-
dglazkov authored
Revert of Move text/selection update to the back of pipeline (patchset #3 id:40001 of https://codereview.chromium.org/2267933002/ ) Reason for revert: Need to do more testing/thinking. Original issue's description: > Move text/selection update to the back of pipeline > > Instead of forcing the spurious rendering pipeline flush to get an updated selection and text input information (for IME), do after the layout and style information had updated. > > BUG=640310 > > Committed: https://crrev.com/aa7d9e29b66032b9289769d2948c2b8a394ed4b0 > Cr-Commit-Position: refs/heads/master@{#415483} TBR=chrishtr@chromium.org,esprehn@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=640310 Review-Url: https://codereview.chromium.org/2295013002 Cr-Commit-Position: refs/heads/master@{#415509}
-
pdr authored
With this patch, enabling SlimmingPaintV2 will automatically enable enable-layer-lists. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 BUG=630691 Review-Url: https://codereview.chromium.org/2286343003 Cr-Commit-Position: refs/heads/master@{#415508}
-
wychen authored
Diff since last roll: https://github.com/chromium/dom-distiller/compare/b21e6a334a...d16a68c1b8 Picked up changes: d16a68c Fix partially hidden article 85447bd Ignore exceptions in embed extractors 50efabe Skip unrecognized iframes 23830cf Use .innerText in text-only mode 7306201 Avoid creating container when possible 5323f43 Forbid usage of GWT's Element.getInnerText() BUG=599121,637170,641678 Review-Url: https://codereview.chromium.org/2297023002 Cr-Commit-Position: refs/heads/master@{#415507}
-
dgrogan authored
BUG=628060 TBR=dtseng@chromium.org,dmazzoni@chromium.org Review-Url: https://codereview.chromium.org/2299463002 Cr-Commit-Position: refs/heads/master@{#415506}
-
gangwu authored
This check in is a preparation for showing USS debug info in sync-internals page. After this one, will Implement NonBlockingDataTypeController::GetAllNodes(), so sync-internals can show USS sync nodes. BUG=641069 Review-Url: https://codereview.chromium.org/2276943006 Cr-Commit-Position: refs/heads/master@{#415505}
-
jamescook authored
WmShelf exists for the lifetime of the RootWindowController, which makes it easier to reason about. This also eliminates a wrapper layer in the shelf code. * Move creation of ShelfView into WmShelf * Move OnShelfCreated and OnShelfDestroyed notifications to WmShelf * Rewrite ShelfWidgetTest.ShelfInitiallySizedAfterLogin to test both displays * Fix IWYU for ShelfWidget * Move FocusShelf and LaunchApp from AcceleratorControllerDelegateAura to the common AcceleratorController, as they only use //ash/common This does not yet change the lifetime or ownership of ShelfWidget, so there is still some oddness around shelf "creation", which really means ShelfView creation. Pure refactor, no behavior changes. BUG=615502 TEST=ash_unittests, unit_tests, manual tests of login with and without a secondary display. Review-Url: https://codereview.chromium.org/2293183002 Cr-Commit-Position: refs/heads/master@{#415504}
-
jbauman authored
This was a hack to prevent unusual hangs in the GPU process. Now that the SwiftShader component updater is completely disabled on x86-64, this shouldn't be an issue. BUG=577127 Review-Url: https://codereview.chromium.org/2287603002 Cr-Commit-Position: refs/heads/master@{#415503}
-
alokp authored
Otherwise they get shared between multiple instances of Renderer and do not get destroyed when media pipeline is destroyed. BUG=641559 Review-Url: https://codereview.chromium.org/2281843003 Cr-Commit-Position: refs/heads/master@{#415502}
-
scottmg authored
Also initialized very early at https://cs.chromium.org/chromium/src/chrome/test/base/chrome_unit_test_suite.cc?q=TestingBrowserProcess::CreateInstance()&sq=package:chromium&l=53&dr=C but I think the double init isn't noticed because it'd only be in GOOGLE_CHROME_BUILD and Debug. Reviewed at https://codereview.chromium.org/2297863003/ but split out since it's unrelated. TBR=dbeam@chromium.org BUG=510836 Review-Url: https://codereview.chromium.org/2296053002 Cr-Commit-Position: refs/heads/master@{#415501}
-
- 30 Aug, 2016 2 commits
-
-
stevenjb authored
This provides localized strings for the MD Settings Internet page. This CL also correctly sorts html includes and CSS properties to conform to Settings style. BUG=512214 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2273093002 Cr-Commit-Position: refs/heads/master@{#415500}
-
pilgrim authored
Using ownerLayoutItem() instead of deprecated ownerLayoutObject() BUG=499321 TBR=eae@chromium.org Review-Url: https://codereview.chromium.org/2290403003 Cr-Commit-Position: refs/heads/master@{#415499}
-