- 20 Nov, 2014 40 commits
-
-
jbudorick authored
BUG=428729,433101 Review URL: https://codereview.chromium.org/738413002 Cr-Commit-Position: refs/heads/master@{#305100}
-
lukasza authored
Revert of Reporting of policy errors via host-offline-reason: part 1 (patchset #6 id:100001 of https://codereview.chromium.org/722743003/) Reason for revert: The reason for reverting is: Reason for reverting - failures in memory test: remoting did not complete failed 1 stdio Me2MeNativeMessagingHostTest.UpdateDaemonConfigInvalidConfig Original issue's description: > Reporting of policy errors via host-offline-reason: part 1 > > PolicyWatcher.OnPolicyError callback and implementation. > - This new callback enables HostProcess to react to policy errors by > calling ShutdownHost. > - PolicyWatcher on Linux calls this callback when detecting malformed > policy files (with retries mechanism to avoid firing this for > transient file reading problems) > > BUG=427512 410050 > > Committed: https://crrev.com/142f8e1d3e4b75c901f33cb771cd848019630c1e > Cr-Commit-Position: refs/heads/master@{#305069} TBR=lambroslambrou@chromium.org,kelvinp@chromium.org NOTREECHECKS=true NOTRY=true BUG=427512 410050 Review URL: https://codereview.chromium.org/746723002 Cr-Commit-Position: refs/heads/master@{#305099}
-
sandersd authored
corrects a bug with flushing and will make it easier to implement the reorder queue. BUG=133828 Review URL: https://codereview.chromium.org/706023004 Cr-Commit-Position: refs/heads/master@{#305098}
-
dnicoara authored
BUG=435140 NOTRY=true Review URL: https://codereview.chromium.org/746653002 Cr-Commit-Position: refs/heads/master@{#305097}
-
dtu authored
Revert of Disable telemetry tests for Mac 10.9. (patchset #2 id:20001 of https://codereview.chromium.org/706703003/) Reason for revert: Second attempt to re-enable tests. I think there may still be one test failure, but we can disable that one test. If there's more than one, revert this. Original issue's description: > Disable telemetry tests for Mac 10.9. > > The telemetry tests are failing consistently on OSX 10.9. > > BUG=420615 > R=tonyg@chromium.org > > Committed: https://crrev.com/5503de1eeae0437c1f8160d69b04d6241bc5e974 > Cr-Commit-Position: refs/heads/master@{#303114} TBR=phajdan.jr@chromium.org,tonyg@chromium.org,garykac@chromium.org NOTREECHECKS=true NOTRY=true BUG=420615 Review URL: https://codereview.chromium.org/744283002 Cr-Commit-Position: refs/heads/master@{#305096}
-
Derek Bruening authored
TBR=siggi@chromium.org BUG=435320 Review URL: https://codereview.chromium.org/743363002 Cr-Commit-Position: refs/heads/master@{#305095}
-
twellington authored
Modify build files to enable instrumentation tests for org.chromium.ui BUG=432158 Review URL: https://codereview.chromium.org/736163002 Cr-Commit-Position: refs/heads/master@{#305094}
-
petewil authored
See http://crbug.com/412169 TBR=stanisc@chromium.org BUG=412169 Review URL: https://codereview.chromium.org/749673002 Cr-Commit-Position: refs/heads/master@{#305093}
-
eranm authored
BUG= Review URL: https://codereview.chromium.org/744763002 Cr-Commit-Position: refs/heads/master@{#305092}
-
rdevlin.cronin authored
If the chevron was animating in or out and then needs to move, the animation should stop before the chevron's frame is set. BUG=429810 Review URL: https://codereview.chromium.org/738213002 Cr-Commit-Position: refs/heads/master@{#305091}
-
tfarina authored
BUG=370433 TEST=components_unittests, unit_tests R=sky@chromium.org Review URL: https://codereview.chromium.org/740423002 Cr-Commit-Position: refs/heads/master@{#305090}
-
miu authored
This test was disabled long ago, before Fullscreen-Within-Tab was implemented. When attempting to re-enable, it became clear that toggling browser fullscreen directly via FullscreenController was not a workable approach. This change fixes the issue by instead sending simulated mouse click events to the renderer, with JS code in the renderer toggling fullscreen via the HTML5 Fullscreen JS API. BUG=367349 Review URL: https://codereview.chromium.org/736793004 Cr-Commit-Position: refs/heads/master@{#305089}
-
Pete Williamson authored
changed about 5-15% for some binaries. BUG=435304 R=dtu@chromium.org Review URL: https://codereview.chromium.org/744223002 Cr-Commit-Position: refs/heads/master@{#305088}
-
jbauman authored
The settings are taken from the ui::Compositor's LayerTreeSettings. Previously it was just using the default LayerTreeSettings, which can be suboptimal. Review URL: https://codereview.chromium.org/675083002 Cr-Commit-Position: refs/heads/master@{#305087}
-
alexst authored
Add AcceleratedWidget to native pixmap allocation to specify which display controller to create the allocation for. BUG=432550 Review URL: https://codereview.chromium.org/741253002 Cr-Commit-Position: refs/heads/master@{#305086}
-
shadi authored
The purpose of this CL is to provide a test utility that signs in a GAIA user using recommended sign in process. Signing in opens chrome://chrome-signin URL and populates the user name and password via JS injections and blocks until a success or failed signing notification occurs. BUG=431366 Review URL: https://codereview.chromium.org/621153002 Cr-Commit-Position: refs/heads/master@{#305085}
-
bokan authored
This prevents proper testing of pinch-zoom as the limits change on every zoom and limits are used to calculate the main frame size in virtual-viewport pinch to zoom. This is part of a 3-sided patch: 1) Add a setPageScaleFactorLimits to EventSender 2) Change existing layout tests that use setPageScaleFactor to use this method to set up the limits. 3) This patch removes the setPageScaleLimits call inside setPageScaleFactor. BUG=435151 Review URL: https://codereview.chromium.org/738463003 Cr-Commit-Position: refs/heads/master@{#305084}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/2405347..2a1cc45 TBR=timvolodine@chromium.org,pdr@chromium.org Review URL: https://codereview.chromium.org/744613003 Cr-Commit-Position: refs/heads/master@{#305083}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/749583002 Cr-Commit-Position: refs/heads/master@{#305082}
-
gunsch authored
The pipeline state transitions are based closely on the interface of ::media::Renderer. The pipeline interfaces themselves are intended to be used both renderer- and browser-side, with future renderer-side implementations using the CMA IPC code for data feeding. R=lcwu@chromium.org,damienv@chromium.org,servolk@chromium.org BUG=408189 Review URL: https://codereview.chromium.org/741863002 Cr-Commit-Position: refs/heads/master@{#305081}
-
aa authored
This depends on the interface definition here: https://codereview.chromium.org/715463002/ Review URL: https://codereview.chromium.org/710803002 Cr-Commit-Position: refs/heads/master@{#305080}
-
aiolos authored
BUG=435174 Review URL: https://codereview.chromium.org/744113002 Cr-Commit-Position: refs/heads/master@{#305079}
-
chrome://settingshcarmona authored
Enabled the tests and fixed failure. Failure was due to transition obscuring elements in the UI. Another failure was caused because there were no labels on the mic and camera drop downs. Another failure was that there was no captions for a video element. This is used to capture a profile picture in chrome OS, so there wouldn't be any captions. This element is ignored in the a11y audit. There was also an issue with the dispatching of events in the ensureTransitionEndEvent function that wouldn't allow the event to bubble. BUG=311866 Committed: https://crrev.com/34a84c6d1269332cc3ae2b8a50af489230c885de Cr-Commit-Position: refs/heads/master@{#301266} Review URL: https://codereview.chromium.org/646853004 Cr-Commit-Position: refs/heads/master@{#305078}
-
dongseong.hwang authored
initialization mechanism use immutable textures. Currently, one-copy doesn't use immutable texture while the compositor intends to use immutable texture. It's because one-copy tries to copy source texture to unallocated destination texture. In the case, GPU process allocates the destination texture as normal texture. In theory, it speeds up drawing speed, because immutable texture skips texture validation on drawing call. However, I didn't see actual performance difference in Linux and Android. BUG=406404 Review URL: https://codereview.chromium.org/737373004 Cr-Commit-Position: refs/heads/master@{#305077}
-
ianwen authored
BUG=428124 Review URL: https://codereview.chromium.org/717533003 Cr-Commit-Position: refs/heads/master@{#305076}
-
horo authored
1/3 blink: https://codereview.chromium.org/732963003 - Intorduce originalURLViaServiceWorker in ResourceResponse and WebURLResponse - Change CSP check to use originalURLViaServiceWorker if exists in ResourceFetcher::didReceiveResponse(). 2/3 chromium: https://codereview.chromium.org/731983003 [THIS PATCH] - Stop updating the request's URL in ResourceDispatcher::OnReceivedResponse() and WebURLLoaderImpl::Context::OnReceivedResponse(). - Set WebURLResponse's originalURLViaServiceWorker in WebURLLoaderImpl::PopulateURLResponse(). 3/3 blink: https://codereview.chromium.org/732003002 - Change CSP check to use originalURLViaServiceWorker. - Add LayoutTest for this bug. BUG=433743 Review URL: https://codereview.chromium.org/731983003 Cr-Commit-Position: refs/heads/master@{#305075}
-
mek authored
This still has one remaining issue in that there are some situation where MessagePortService in the browser process might unqueue these transferred message ports before the service worker has been started. That will be fixed in a separate CL. https://codereview.chromium.org/730543005/ has a test for this fix. BUG=432678 Review URL: https://codereview.chromium.org/733703002 Cr-Commit-Position: refs/heads/master@{#305074}
-
raymes authored
This also moves extensions/renderer/guest_view/mime_handler_view_container.h into its own folder. Review URL: https://codereview.chromium.org/739733002 Cr-Commit-Position: refs/heads/master@{#305073}
-
davemoore authored
BUG= Review URL: https://codereview.chromium.org/747523002 Cr-Commit-Position: refs/heads/master@{#305072}
-
miletus authored
This CL adds ProfilerValue which holds the cloud url for the profiler files and can be added using results.AddValue(ProfilerValue()). When doing format output, ProfilerValue and TraceValue will put their cloud url in the key named "cloud_url". BUG=431904 TEST= see #8 at crbug.com/431904 Review URL: https://codereview.chromium.org/731233003 Cr-Commit-Position: refs/heads/master@{#305071}
-
miletus authored
** Presubmit Warnings ** Pylint (435 files) (35.97s) failed ************* Module telemetry.page.page_test_unittest W: 17, 0: Unused import scalar (unused-import) ************* Module telemetry.unittest_util.run_tests_unittest C: 44, 0: Exactly one space required before assignment host = runner.host ^ (bad-whitespace) BUG= Review URL: https://codereview.chromium.org/744533004 Cr-Commit-Position: refs/heads/master@{#305070}
-
lukasza authored
PolicyWatcher.OnPolicyError callback and implementation. - This new callback enables HostProcess to react to policy errors by calling ShutdownHost. - PolicyWatcher on Linux calls this callback when detecting malformed policy files (with retries mechanism to avoid firing this for transient file reading problems) BUG=427512 410050 Review URL: https://codereview.chromium.org/722743003 Cr-Commit-Position: refs/heads/master@{#305069}
-
tfarina authored
Then we will proceed to remove the ui_unittests target in the next CL. BUG=331829, 373148, 299841, 103304 R=thakis@chromium.org Review URL: https://codereview.chromium.org/748453002 Cr-Commit-Position: refs/heads/master@{#305068}
-
tsepez authored
TBR=dcheng@chromium.org Review URL: https://codereview.chromium.org/743243002 Cr-Commit-Position: refs/heads/master@{#305067}
-
pkotwicz authored
- Alphabetises the switch statement in AcceleratorController::PerformAction() - Removes "default" from switch statement in AcceleratorController::PerformAction() - Makes several methods in AcceleratorController take AcceleratorAction instead of int as input - Rearranges methods in accelerator_controller.cc to match order in .h file BUG=404473 TEST=None R=oshima TBR=sky (For trivial addition of ifdef to chrome/browser/ui/views/accelerator_table.cc) Review URL: https://codereview.chromium.org/729993002 Cr-Commit-Position: refs/heads/master@{#305066}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/2c80aa8..2405347 TBR=timvolodine@chromium.org,pdr@chromium.org Review URL: https://codereview.chromium.org/744133002 Cr-Commit-Position: refs/heads/master@{#305065}
-
aiolos authored
BUG=435174 Review URL: https://codereview.chromium.org/744893002 Cr-Commit-Position: refs/heads/master@{#305064}
-
mukai authored
Sometimes OnDisplayMetricsChanged() may be called before shelf_ is set properly. BUG=389171 R=stevenjb@chromium.org TEST=manually Review URL: https://codereview.chromium.org/740133002 Cr-Commit-Position: refs/heads/master@{#305063}
-
rdevlin.cronin authored
New extension button should slide out from the right, instead of the left. Adjust the button's initial frame accordingly. BUG=429810 Review URL: https://codereview.chromium.org/738223002 Cr-Commit-Position: refs/heads/master@{#305062}
-
hans authored
BUG=none Review URL: https://codereview.chromium.org/741943003 Cr-Commit-Position: refs/heads/master@{#305061}
-