- 27 Aug, 2014 40 commits
-
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/506793002 Cr-Commit-Position: refs/heads/master@{#292097}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/503683003 Cr-Commit-Position: refs/heads/master@{#292096}
-
rockot authored
This prevents content verification (when active) from disabling an extension when the extension attempts to load a non-existent resource in its own chrome-extension URL space. BUG=404802 Review URL: https://codereview.chromium.org/512573003 Cr-Commit-Position: refs/heads/master@{#292095}
-
cpu authored
two possible period values for timeBeginPeriod and timeEndPeriod. Currently while on battery we disable calls to timeBeginPeriod which make the windows timers have 15ms resolution. This change makes it so when EnableHighResolutionTimer(true) which is on AC power the timer is 1ms and EnableHighResolutionTimer(false) is 4ms. This should provide significant power savings while meeting some timer resolution requirements needed by the GPU compositor. But also this CL fixes the following: EnableHighResolutionTimer() and ActivateHighResolutionTimer() are pretty broken. This CL fixes most issues: 1- The existing logic fails to account that EnableHighResolutionTimer can be called while the browser is running 2- All related functions need to be thread safe. 3- ActivateHighResolutionTimer was buggy. BUG=153139 Review URL: https://codereview.chromium.org/489793003 Cr-Commit-Position: refs/heads/master@{#292094}
-
dtu authored
Hopefully this will reduce flake and overhead from running the web server. BUG=336558 TEST=Enable IppetPowerMonitor.CanMonitorPower(), then tools/telemetry/run_tests ippet on Windows. Review URL: https://codereview.chromium.org/504333003 Cr-Commit-Position: refs/heads/master@{#292093}
-
mukai authored
This CL includes the following refactorings: - minimized home is simply a layer instead of views - moves the mouse click handler of minimized home to home card impl - home card now has the same size of the screen. Changing state is now simply changing its position. Then schedule the animation between BOTTOM state and CENTERED state. BUG=398062 R=sadrul@chromium.org, oshima@chromium.org TEST=manually on remote desktop Review URL: https://codereview.chromium.org/478293004 Cr-Commit-Position: refs/heads/master@{#292092}
-
hashimoto authored
To stop directly depending on apps/window_size_sizer from AppWindow. BUG=403726 TBR=cbentzel@chromium.org for include/namespace fix in chrome/browser/prerender/prerender_contents.cc Review URL: https://codereview.chromium.org/503233003 Cr-Commit-Position: refs/heads/master@{#292091}
-
yoz authored
* Fixed in this version: dependencies for *_api_registration on *_api. Split bundle generation steps so that API registration is generated in browser, not common. We now have schema generation, schema bundle generation, and schema bundle registration generation; the last of these is generated in a separate build target and output to browser rather than common. Fix a couple of dangling gyp issues also. BUG=405226 TBR=scottmg@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/513633002 Cr-Commit-Position: refs/heads/master@{#292090}
-
John Abd-El-Malek authored
BUG=341898 TBR=mpcomplete@chromium.org Review URL: https://codereview.chromium.org/511723002 Cr-Commit-Position: refs/heads/master@{#292089}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/2a65a238b0e688356aee09d08f3f8a317359b4d2..d3f6e893df53fb0cfeefd01a8a49a77c72d742bd CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel TBR=djsollen@google.com Review URL: https://codereview.chromium.org/507863003 Cr-Commit-Position: refs/heads/master@{#292088}
-
miu authored
The code was deleted at r290374. BUG=227278 TBR=ccameron Review URL: https://codereview.chromium.org/504023002 Cr-Commit-Position: refs/heads/master@{#292087}
-
raymes authored
TBR=binji@chromium.org Review URL: https://codereview.chromium.org/498123002 Cr-Commit-Position: refs/heads/master@{#292086}
-
hashimoto authored
Move BaseSearchProvider, SearchProvider, AnswersCache to components/omnibox BUG=388515 TBR=bauerb@chromium.org for include fix in chrome/browser/android/omnibox/autocomplete_controller_android.cc Review URL: https://codereview.chromium.org/489353004 Cr-Commit-Position: refs/heads/master@{#292085}
-
chrome://serviceworker-internals/horo authored
Currently max-width is set in .serviceworker-scope. So if the scope is too long, it could be hidden. BUG=N/A Review URL: https://codereview.chromium.org/506603003 Cr-Commit-Position: refs/heads/master@{#292084}
-
boliu authored
g_raster_required_for_activation_delay is used after free. See bug for details. Fix by putting the delay object in RasterTaskGraphRunner which itself is a leaky lazy instance. BUG=402653 Review URL: https://codereview.chromium.org/498553005 Cr-Commit-Position: refs/heads/master@{#292083}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/506683002 Cr-Commit-Position: refs/heads/master@{#292082}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/504273003 Cr-Commit-Position: refs/heads/master@{#292081}
-
calamity authored
This CL is in preparation for passing a reason for showing the app list. This split is necessary to pass a reason only when showing and not when dismissing. BUG=391348 Review URL: https://codereview.chromium.org/485453003 Cr-Commit-Position: refs/heads/master@{#292080}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/480233007 Cr-Commit-Position: refs/heads/master@{#292079}
-
yoshiki authored
BUG=none TEST=none TBR=fukino@chromium.org Review URL: https://codereview.chromium.org/507173004 Cr-Commit-Position: refs/heads/master@{#292078}
-
sky authored
DisplayManager is a better name for what the object is intended to do. BUG=none TEST=none R=jamesr@chromium.org Review URL: https://codereview.chromium.org/510483003 Cr-Commit-Position: refs/heads/master@{#292077}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/513503002 Cr-Commit-Position: refs/heads/master@{#292076}
-
calamity authored
This CL makes the bottom border of the experimental app list search box darker and thinner. BUG=406222 Review URL: https://codereview.chromium.org/491013004 Cr-Commit-Position: refs/heads/master@{#292075}
-
agl authored
(It's now BoringSSL in third_party/boringssl.) BUG=none Review URL: https://codereview.chromium.org/513513002 Cr-Commit-Position: refs/heads/master@{#292074}
-
damienv authored
The mp2t mimetype is now supported when the mpeg2 TS stream parser is enabled. This change is required since isTypeSupported involves that CanPlayType for the same mime type is at least maybe. This condition is now enforced at Blink level. BUG=None Review URL: https://codereview.chromium.org/478043005 Cr-Commit-Position: refs/heads/master@{#292073}
-
zelidrag authored
BUG=401192 TEST=existing tests TBR=sky,stevenjb,keybuk Review URL: https://codereview.chromium.org/477663004 Cr-Commit-Position: refs/heads/master@{#292072}
-
mseaborn authored
This pulls in the following Native Client changes: r13657: (sbc) Disable two glibc tests: tst-truncate and tst-truncate64 r13658: (jvoung) Avoid up/downloading scratch copy of pnaclmm.bc from generating libpnaclmm.a. r13659: (mseaborn) Use uint32_t for untrusted pointer args: read() and write() syscalls r13660: (mseaborn) PNaCl dynamic loader: Fix a corner case with mapping the BSS r13661: (kschimpf) Update revision for PNaCl r13647->r13658 r13666: (dyen) Added initial implementation of the IRT extension interface. BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_arm_cross_compile,linux_nacl_sdk_build TBR=ncbray@chromium.org Review URL: https://codereview.chromium.org/509703003 Cr-Commit-Position: refs/heads/master@{#292071}
-
spang authored
All methods can be safely made static and the singleton removed. TBR=ben@chromium.org Review URL: https://codereview.chromium.org/494813002 Cr-Commit-Position: refs/heads/master@{#292070}
-
Jeffrey Yasskin authored
BUG=407452 TBR=xhwang@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/509793002 Cr-Commit-Position: refs/heads/master@{#292069}
-
gunsch authored
R=isherman@chromium.org,lcwu@chromium.org BUG=374763 Review URL: https://codereview.chromium.org/510483004 Cr-Commit-Position: refs/heads/master@{#292068}
-
thestig authored
Use a qualified path for chromium_strings, google_chrome_strings, and generated_resources. (part 2 of 2) BUG=401588 Review URL: https://codereview.chromium.org/498773003 Cr-Commit-Position: refs/heads/master@{#292067}
-
dhnishi authored
Fix a bug where an AppWindow* was not being properly deleted in the BrowserProcessPowerTest.AppsRecordPowerUsage test. NOTRY=true TBR=derat@chromium.org Review URL: https://codereview.chromium.org/507773006 Cr-Commit-Position: refs/heads/master@{#292066}
-
tonyg authored
BUG=356842 TBR=hubbe@chromium.org Review URL: https://codereview.chromium.org/506363002 Cr-Commit-Position: refs/heads/master@{#292065}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/505913002 Cr-Commit-Position: refs/heads/master@{#292064}
-
jamescook authored
Some sites sniff the Chrome version number, so app_shell needs to provide one. BUG=407236 TEST=app_shell_unittests ShellContentClientTest.UserAgentFormat Review URL: https://codereview.chromium.org/505403003 Cr-Commit-Position: refs/heads/master@{#292063}
-
thestig authored
- Checking the wrong nodes due to a typo in the previous code review. - Handle the case of GRD files that do not emit a header file. NOTRY=true Review URL: https://codereview.chromium.org/510623002 Cr-Commit-Position: refs/heads/master@{#292062}
-
jamescook authored
Return the device if it exists. Still return the first available device if getUserMedia() doesn't ask for one in particular. BUG=407236 TEST=manual Review URL: https://codereview.chromium.org/514463002 Cr-Commit-Position: refs/heads/master@{#292061}
-
fsamuel authored
Now that it's impossible for content to create guests and it's impossible for a compromised embedder to access a guest it does not have permission to access from content, BrowserPluginGuestManager::MaybeGetGuestByInstanceIDOrKill seems a bit heavy-handed. This CL simplifies the API a bit. This is also a prerequiste to support accessibility in BrowserPlugin. BUG=226145 Review URL: https://codereview.chromium.org/511643002 Cr-Commit-Position: refs/heads/master@{#292060}
-
Albert J. Wong authored
Revert "Split bundle generation steps so that API registration is generated in browser, not common." Causing build failure in Android due to failed include for extensions/common/api/runtime.h. This reverts commit 3b70ef14. BUG=none TBR=yoz Review URL: https://codereview.chromium.org/506253003 Cr-Commit-Position: refs/heads/master@{#292059}
-
quiche authored
In R39, ChromeOS rsyslogd no longer includes the hostname field. Update SyslogParser accordingly. While there: - Update example shill log message to include process ID. (ChromeOS syslog recently started recording process IDs whenever possible.) - Add a test log message from the kernel. This message does not include a process ID. - Fix parsing of messages that do not have a process ID. Previously, for such messages, the process name would include a trailing ':'. With this change, they no longer do. (The process name will now be 'kernel', instead of 'kernel:'.) - Simplify string EXPECTations. (No need for cstr() and STREQ.) BUG=403558 TEST=unit test (ExtensionSyslogParserTest.ParseLog) Review URL: https://codereview.chromium.org/486873005 Cr-Commit-Position: refs/heads/master@{#292058}
-