- 15 Dec, 2014 40 commits
-
-
vchigrin authored
Review URL: https://codereview.chromium.org/803493003 Cr-Commit-Position: refs/heads/master@{#308413}
-
smckay authored
Dedupe files while scanning against local history. Hook up import history to media scanner in background. BUG=420680 TEST=browser_test: FileManagerJsTest.* jwd@ for historgrams.xml. Review URL: https://codereview.chromium.org/805533003 Cr-Commit-Position: refs/heads/master@{#308412}
-
Aurimas Liutikas authored
We should have changed this when we switched to AppCompat theme. BUG=None R=tedchoc@chromium.org Review URL: https://codereview.chromium.org/785233007 Cr-Commit-Position: refs/heads/master@{#308411}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1f95254..ffba57d TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org,beverloo@chromium.org Review URL: https://codereview.chromium.org/803193002 Cr-Commit-Position: refs/heads/master@{#308410}
-
hubbe authored
BUG=442323 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/807533002 Cr-Commit-Position: refs/heads/master@{#308409}
-
John Abd-El-Malek authored
With the NG trybots using the buildbot value, browser_tests' sharding value regressed from the original 8 to 5 shards. The bots are now seeing more delays. Bump everything up to 10. R=maruel@chromium.org Review URL: https://codereview.chromium.org/805913004 Cr-Commit-Position: refs/heads/master@{#308408}
-
danakj authored
Then we require 3 sided patches instead of 2 sided. R=jamesr Review URL: https://codereview.chromium.org/805893003 Cr-Commit-Position: refs/heads/master@{#308407}
-
andresantoso authored
A collection of small fixes towards getting MacViews browser to build, including: * Modal dialogs expect a NativeView parent. * Add BrowserNonClientFrameViewFactoryMac. * Keyboard component not available without Aura. BUG=425229 Review URL: https://codereview.chromium.org/797413002 Cr-Commit-Position: refs/heads/master@{#308406}
-
mlamouri authored
BUG=None Review URL: https://codereview.chromium.org/801643005 Cr-Commit-Position: refs/heads/master@{#308405}
-
glevin authored
BUG=439055 TEST=In Launcher, drag app to solitary folder on second page In the case described, AppsGridView::EndDrag()'s call to MoveItemToFolder() makes a recursive call to AppsGridView::EndDrag(), which deletes drag_view_. Hence the dereferencing NULL when we return to the top-level call. Review URL: https://codereview.chromium.org/780023002 Cr-Commit-Position: refs/heads/master@{#308404}
-
scheib authored
Previously the extensions links were used. NOTRY=true Review URL: https://codereview.chromium.org/802283003 Cr-Commit-Position: refs/heads/master@{#308403}
-
pkotwicz authored
window resizer BUG=437125 TEST=MultiWindowResizeController.ClickOutside Review URL: https://codereview.chromium.org/753933003 Cr-Commit-Position: refs/heads/master@{#308402}
-
rdevlin.cronin authored
The overflow menu icons previously didn't have any images because there isn't a theme provider for the menu's window. Allow image cells to provide a different theme provider so these can display properly. BUG=429810 Review URL: https://codereview.chromium.org/803613002 Cr-Commit-Position: refs/heads/master@{#308401}
-
peter authored
Add a minor pause between displaying a non-persistent and a persistent notification to ensure that the two permission usage timestamps are different. BUG=442407 Review URL: https://codereview.chromium.org/804793004 Cr-Commit-Position: refs/heads/master@{#308400}
-
mvanouwerkerk authored
This is part of a series: [1] This CL [2] https://codereview.chromium.org/795153003/ [3] https://codereview.chromium.org/802393002/ BUG=442343 Review URL: https://codereview.chromium.org/805863002 Cr-Commit-Position: refs/heads/master@{#308399}
-
Tommi authored
WebRTC 7897:7902 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/e7280c6..e8dbbf4 Libjingle 7896:7898 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/8cc6cb0..35f09c3 TBR=kjellander@chromium.org Review URL: https://codereview.chromium.org/807483002 Cr-Commit-Position: refs/heads/master@{#308398}
-
nednguyen authored
Reland of https://codereview.chromium.org/805593002/ TBR=chrishenry@google.com BUG=440101 Review URL: https://codereview.chromium.org/802403002 Cr-Commit-Position: refs/heads/master@{#308397}
-
sclittle authored
Adds new histograms that measure the network errors that requests are completing with when using the data reduction proxy, and also measure the network error rates for all HTTP requests for comparison. Single out main frame resource loads because most net errors that would occur due the network being unusable with the data reduction proxy would occur on main frame requests. BUG=439589 Review URL: https://codereview.chromium.org/784253002 Cr-Commit-Position: refs/heads/master@{#308396}
-
scottmg authored
Starting on a port to Windows. As the non-legacy path was added 8 months ago, is it ok to remove the legacy one now? R=bratell@opera.com, andrewhayden@chromium.org BUG=441867 Review URL: https://codereview.chromium.org/797363002 Cr-Commit-Position: refs/heads/master@{#308395}
-
Scott Graham authored
Now breaks down to the line level, and shows an annotated display of the source file with the size cost of each line, as well as all symbols that contribute to that size (can be many in the case of templates). Example output here: https://dl.dropboxusercontent.com/u/116514/chrome.dll.html https://dl.dropboxusercontent.com/u/116514/chrome_child.dll.html Not really intended for loading remotely as they're very large, but might eventually finish loading. R=jam@chromium.org, mkosiba@chromium.org BUG=441867 Review URL: https://codereview.chromium.org/801123002 Cr-Commit-Position: refs/heads/master@{#308394}
-
atwilson authored
Added code to DeviceStatusCollector to populate new NetworkState fields. BUG=430908 Review URL: https://codereview.chromium.org/776803003 Cr-Commit-Position: refs/heads/master@{#308393}
-
zty authored
BUG=440939 R=navabi@chromium.org Review URL: https://codereview.chromium.org/792183002 Cr-Commit-Position: refs/heads/master@{#308392}
-
arurajku authored
This CL introduces a command line switch "--content-shell-host-window-size" to help the developers to specify the content_shell size for windowless ozone platforms like test, egltest, dri, caca. Prior to this CL, the developer has to change the constants(kDefaultTestWindowWidthDip, kDefaultTestWindowHeightDip) in shell.cc to increase the content_shell resolution for above mentioned ozone platforms. Review URL: https://codereview.chromium.org/783203002 Cr-Commit-Position: refs/heads/master@{#308391}
-
kpschoedel authored
This replaces core X11 XKB on Ozone, providing a platform-independent interface mapping (DomCode, EventFlags) to (DomKey, character) and KeyboardCode, and a layout set/property interface equivalent to ImeKeyboard. BUG=430194 Review URL: https://codereview.chromium.org/742103002 Cr-Commit-Position: refs/heads/master@{#308390}
-
orglofch authored
We only pass ValueState updates via IPC if the Gpu Service has signalled that a Valuebuffer is subscribed to the respective target. BUG=422978 Review URL: https://codereview.chromium.org/780133002 Cr-Commit-Position: refs/heads/master@{#308389}
-
elijahtaylor authored
BUG=420670 Review URL: https://codereview.chromium.org/773363002 Cr-Commit-Position: refs/heads/master@{#308388}
-
kpschoedel authored
After https://codereview.chromium.org/802813002/ BUG=441856 R=spang TEST=build Review URL: https://codereview.chromium.org/809453002 Cr-Commit-Position: refs/heads/master@{#308387}
-
mlamouri authored
BUG=366145 Review URL: https://codereview.chromium.org/803063003 Cr-Commit-Position: refs/heads/master@{#308386}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/ce1c886..e05fed0 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=bensong@google.com Review URL: https://codereview.chromium.org/799413004 Cr-Commit-Position: refs/heads/master@{#308385}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5c1af99..1f95254 TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org,beverloo@chromium.org Review URL: https://codereview.chromium.org/804053002 Cr-Commit-Position: refs/heads/master@{#308384}
-
reed authored
patch from issue 802973002 at patchset 1 (http://crrev.com/802973002#ps1) BUG= TBR=benm@chromium.org add tbr for android_webview owner Review URL: https://codereview.chromium.org/795823003 Cr-Commit-Position: refs/heads/master@{#308383}
-
jbudorick authored
BUG=428729 Review URL: https://codereview.chromium.org/801283005 Cr-Commit-Position: refs/heads/master@{#308382}
-
yukawa authored
This CL effectively disables r301384, that provisionally plumbed ImeCompositionRangeChanged from the renderer to the browser. However, the character bounds is not actually used yet in the browser process. Hence we shouldn't have turned this on until everything becomes ready. BUG=424866 TEST=Manually made sure that the browser process doesn't receive the event. Review URL: https://codereview.chromium.org/757233003 Cr-Commit-Position: refs/heads/master@{#308381}
-
mkosiba authored
We were using a stale proguard config which meant that Release builds were completely broken. Turning proguard off till we fix this for real. BUG=442348 Review URL: https://codereview.chromium.org/808473003 Cr-Commit-Position: refs/heads/master@{#308380}
-
torne authored
Snappy was disabled for the WebView build to avoid introducing a new build dependency but snappy has been added to the WebView build for other purposes since then; we may as well re-enable it to remove a now unnecessary difference between the downstream webview build and regular builds of chromium for Android. BUG=236780 Review URL: https://codereview.chromium.org/808493002 Cr-Commit-Position: refs/heads/master@{#308379}
-
mpearson authored
The code currently excludes paste-and-go operations. It should probably also exclude paste+enter operations; these are effectively equivalent. TODO before submitting: test interactively BUG= TBR=bauerb@chromium.org,rogerta@chromium.org bauerb for change to chrome/browser/android/omnibox/autocomplete_controller_android.cc rogerta for change to chrome/browser/rlz/rlz_unittest.cc Committed: https://crrev.com/c281fb257d2acdd247b0692380d084863e2dd462 Cr-Commit-Position: refs/heads/master@{#308233} Review URL: https://codereview.chromium.org/795343002 Cr-Commit-Position: refs/heads/master@{#308378}
-
reillyg authored
On Windows binary files will be corrupted if they are not written in binary mode. BUG= Review URL: https://codereview.chromium.org/799073005 Cr-Commit-Position: refs/heads/master@{#308377}
-
hans authored
Otherwise the new version of Clang warns about -fsanitize-coverage being unused. BUG=442315, 431803 Review URL: https://codereview.chromium.org/805913002 Cr-Commit-Position: refs/heads/master@{#308376}
-
pkotwicz authored
Review URL: https://codereview.chromium.org/798023002 Cr-Commit-Position: refs/heads/master@{#308375}
-
bartfab authored
CL 677703002 caused a regression in the Chrome OS enrollment flow: If the user authenticates via SAML and the credentials passing API is not used, the enrollment flow will get stuck. This happens because the GAIA auth extension wants to proceed with scraped password verification but enrollment does not need the password and does not implement the verification step. This CL fixes enrollment by skipping password verification for enrollment. The CL also adds a regression test - the first UI-driven end-to-end enrollment test AFAICT. BUG=438471 TEST=New browser test Review URL: https://codereview.chromium.org/781623003 Cr-Commit-Position: refs/heads/master@{#308374}
-