- 02 Mar, 2015 40 commits
-
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/3da9181..9345eef CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/968933003 Cr-Commit-Position: refs/heads/master@{#318715}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/45ff499..f48b013 TBR=alancutter@chromium.org,enne@chromium.org Review URL: https://codereview.chromium.org/968163004 Cr-Commit-Position: refs/heads/master@{#318714}
-
estade authored
BUG=382562 Review URL: https://codereview.chromium.org/962583003 Cr-Commit-Position: refs/heads/master@{#318713}
-
edwardjung authored
+ Reinstate the error code to main content as important for debugging when screen shots are sent + Remove the 'Error code:' prefix on the net error for consistency. Fixes related to browsing scaling: + Remove fixed button height to fix cropped button + Fix to incorrectly scaled T-rex Design: + Make the faint tick in checkbox have 0 opacity + Fix cropped padlock icon BUG=460116,459510,459126,458484 Review URL: https://codereview.chromium.org/952563003 Cr-Commit-Position: refs/heads/master@{#318712}
-
nednguyen authored
Add top_25_smooth.json as archive_data_file for top_25_smooth page set. top_25_pages page set uses top_25.json. BUG=418375 Review URL: https://codereview.chromium.org/966283002 Cr-Commit-Position: refs/heads/master@{#318711}
-
reveman authored
BUG= TBR=danakj@chromium.org Review URL: https://codereview.chromium.org/964413002 Cr-Commit-Position: refs/heads/master@{#318710}
-
kenrb authored
The call to WebViewImpl::setVisibilityState updates Blink's Page state correctly, but was not notifying the WebFrameWidget's LayerTreeHost. This patch calls a newly added method in WebFrameWidget that resolves some rendering issues. BUG=450674 Review URL: https://codereview.chromium.org/958973002 Cr-Commit-Position: refs/heads/master@{#318709}
-
pkotwicz authored
DisplayController::UpdateMouseLocationAfterDisplayChange() is now called during startup: - In Ozone once a channel to the GPU has been established - In X11 as a result of DisplayChangeObserver::OnTouchscreenDeviceConfigurationChanged() Moving the mouse on startup: - Causes side effects such as mouse hover - Causes a mouse event to be generated which causes CompoundEventFilter::SetCursorVisibilityOnEvent() to show the mouse cursor. This CL makes DisplayController::UpdateMouseLocationAfterDisplayChange() move the mouse only if necessary. BUG=450860 TEST=Manual, see bug Review URL: https://codereview.chromium.org/902123002 Cr-Commit-Position: refs/heads/master@{#318708}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/2ea3d3a..45ff499 TBR=alancutter@chromium.org Review URL: https://codereview.chromium.org/964423002 Cr-Commit-Position: refs/heads/master@{#318707}
-
bruthig authored
BUG=393668 Review URL: https://codereview.chromium.org/965813003 Cr-Commit-Position: refs/heads/master@{#318706}
-
jbudorick authored
BUG=428729 Review URL: https://codereview.chromium.org/966913003 Cr-Commit-Position: refs/heads/master@{#318705}
-
peter authored
This CL adds two more Android instrumentation tests for Web Notifications, which verify that the "tag" property on a notification will replace any previous notification being shown, and a test verifying that activating the notification will invoke the Service Worker, closing the notification. BUG=462251 Review URL: https://codereview.chromium.org/958993002 Cr-Commit-Position: refs/heads/master@{#318704}
-
marja authored
It was never really taken into use (it was meant to be used by external tools but we never figured out how they should interact w/ Telemetry) and it's out of date. BUG=274456 R=skyostil@chromium.org Review URL: https://codereview.chromium.org/962673002 Cr-Commit-Position: refs/heads/master@{#318703}
-
simonhatch authored
BUG=463111 Review URL: https://codereview.chromium.org/968973002 Cr-Commit-Position: refs/heads/master@{#318702}
-
sdefresne authored
Update the list of included unit tests on iOS to list all the components that are built on iOS (based on the list in components/components.gyp). Use an exclusion to remove all tests that depends on //content. Sort the list of gypi files included by components.gyp. BUG=462585 Review URL: https://codereview.chromium.org/963683003 Cr-Commit-Position: refs/heads/master@{#318701}
-
yfriedman authored
UmaSessionStats is primarily for tracking metrics pertaining to the length of a user-session in chrome (from start/resume to pause) but also tracks some usage during the session. BUG=428903 Review URL: https://codereview.chromium.org/962293002 Cr-Commit-Position: refs/heads/master@{#318700}
-
Paweł Hajdan, Jr authored
BUG=460949 R=primiano@chromium.org Review URL: https://codereview.chromium.org/972673002 Cr-Commit-Position: refs/heads/master@{#318699}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/db873d8..3da9181 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/971743002 Cr-Commit-Position: refs/heads/master@{#318698}
-
merkulova authored
BUG=461282 Committed: https://crrev.com/c3a3f671f8e0c5777c6bc825f21d61c6bcafbec3 Cr-Commit-Position: refs/heads/master@{#318666} Review URL: https://codereview.chromium.org/952853002 Cr-Commit-Position: refs/heads/master@{#318697}
-
yfriedman authored
This achieves a couple of goals: 1) Upstreams MemoryUma 2) Pulls it up from ChromeTabbedActivity (internal) to AsyncInitializationActivity. This ensures that other activities (e.g. DocumentActivity) also report memory warnings. 3) Instantiate MemoryUma!! This was broken in https://chrome-internal-review.googlesource.com/161577 so low-memory warnings haven't been reported since M35! :( BUG=428903 Review URL: https://codereview.chromium.org/961323003 Cr-Commit-Position: refs/heads/master@{#318696}
-
tfarina authored
HELLO_IMPLEMENTATION was a typo in the no-win condition. The correct is to check if HELLO_SHARED_IMPLEMENTATION was defined, as that is what is defined by //tools/gn/example:hello_shared target. BUG=None TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/966333006 Cr-Commit-Position: refs/heads/master@{#318695}
-
tommi authored
This can be landed once the interface change has been made in WebRTC and rolled into Chromium (see here: https://webrtc-codereview.appspot.com/40139004/). BUG=webrtc:2822 Review URL: https://codereview.chromium.org/875483002 Cr-Commit-Position: refs/heads/master@{#318694}
-
dpolukhin authored
BUG=461854 TEST=manual Review URL: https://codereview.chromium.org/971733002 Cr-Commit-Position: refs/heads/master@{#318693}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d06ecdb..2ea3d3a TBR=alancutter@chromium.org Review URL: https://codereview.chromium.org/963493003 Cr-Commit-Position: refs/heads/master@{#318692}
-
sdefresne authored
BUG=459678 R=noyau@chromium.org Review URL: https://codereview.chromium.org/972683002 Cr-Commit-Position: refs/heads/master@{#318691}
-
sdefresne authored
When using multiple BrowserState (think saving and incognito), each one has a different path to stored data on iOS. In order to avoid confusion with chrome Profile change the name of the method returning the path of a BrowserState to GetStatePath(). BUG=None Review URL: https://codereview.chromium.org/964403002 Cr-Commit-Position: refs/heads/master@{#318690}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#318689}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/724429b..d06ecdb TBR=alancutter@chromium.org Review URL: https://codereview.chromium.org/964213006 Cr-Commit-Position: refs/heads/master@{#318688}
-
ssid authored
This CL adds GPU benchmarking API for drag function as next step in adding synthetic drag feature for telemetry tests. The part 1 of the CL can be found at crrev.com/929333002 BUG=457148 Review URL: https://codereview.chromium.org/942133002 Cr-Commit-Position: refs/heads/master@{#318687}
-
clamy authored
This CL adds support for navigating to data urls in browser-side navigation mode. This is a prerequisite to showing error pages when browser-side navigation is enabled. BUG=459033 Review URL: https://codereview.chromium.org/906283003 Cr-Commit-Position: refs/heads/master@{#318686}
-
mlamouri authored
BUG=461624 TBR=jaekyun@chromium.org,sievers@chromium.org,wangxianzhu@chromium.org Review URL: https://codereview.chromium.org/964383003 Cr-Commit-Position: refs/heads/master@{#318685}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f595d7d..724429b TBR=alancutter@chromium.org Review URL: https://codereview.chromium.org/968893002 Cr-Commit-Position: refs/heads/master@{#318684}
-
tommi authored
WebRTC 8543:8548 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/093c83b..1e5b7f7 Libjingle 8542:8550 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/fbd8fd2..bbfd399 TBR= Review URL: https://codereview.chromium.org/972633002 Cr-Commit-Position: refs/heads/master@{#318683}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8b33fa60..c791d841 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/969743002 Cr-Commit-Position: refs/heads/master@{#318682}
-
ulan authored
BUG=463041 TBR=jaekyun@chromium.org Review URL: https://codereview.chromium.org/966413002 Cr-Commit-Position: refs/heads/master@{#318681}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e9fa41a..f595d7d TBR=alancutter@chromium.org Review URL: https://codereview.chromium.org/965373002 Cr-Commit-Position: refs/heads/master@{#318680}
-
yawano authored
BUG=456016 TEST=manually tested; Edit some file in list view and see the thumbnail is updated with transition animation. Review URL: https://codereview.chromium.org/954373003 Cr-Commit-Position: refs/heads/master@{#318679}
-
pasko authored
BUG=none Review URL: https://codereview.chromium.org/953413003 Cr-Commit-Position: refs/heads/master@{#318678}
-
kinuko authored
It looks it's no longer used in any production code. BUG=n/a TEST=compile Review URL: https://codereview.chromium.org/964353002 Cr-Commit-Position: refs/heads/master@{#318677}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/627ffe9a..8b33fa60 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/965383002 Cr-Commit-Position: refs/heads/master@{#318676}
-