- 13 Sep, 2014 3 commits
-
-
mcasas authored
BUG=408493, 408534 Review URL: https://codereview.chromium.org/509313002 Cr-Commit-Position: refs/heads/master@{#294701}
-
limasdf authored
* Fix wrong header guard. * Remove or add explicit constructor * Remove unwanted semicolon BUG=None Review URL: https://codereview.chromium.org/563263002 Cr-Commit-Position: refs/heads/master@{#294700}
-
dnicoara authored
When windows are moved the underlying display controller changes. In these cases we need to hide the cursor before moving and restore it after. BUG=none NOTRY=true Review URL: https://codereview.chromium.org/566953002 Cr-Commit-Position: refs/heads/master@{#294699}
-
- 12 Sep, 2014 37 commits
-
-
gunsch authored
R=lcwu@chromium.org,byungchul@chromium.org BUG=None Review URL: https://codereview.chromium.org/563323003 Cr-Commit-Position: refs/heads/master@{#294698}
-
jri authored
TCP FastOpen is currently turned on for all TCP connections when explicitly enabled from flags. This CL implements the plumbing required to turn it on for SSL connections by default. A subsequent CL will do the Finch plumbing. BUG=402005 Review URL: https://codereview.chromium.org/451383002 Cr-Commit-Position: refs/heads/master@{#294697}
-
bruthig authored
- Added a command line switch to enable quick locking mode. - Refactored SessionStateAnimator into an interface, implementation, and a test double so that all the LockStateControllerTests could be re-enabled. - Re-enabled LockStateControllerTests. BUG=371608, 167048, 162645 Review URL: https://codereview.chromium.org/326813004 Cr-Commit-Position: refs/heads/master@{#294696}
-
jdduke authored
Allow event modifier flags to propagate through the touch and/or gestures derived from a MotionEvent. This allows, for example, ctrl + tap to mimic ctrl + click. Note that, previously, Aura routed these modifier flags separately, and Android failed to route them at all. BUG=398439,413335 Review URL: https://codereview.chromium.org/567783002 Cr-Commit-Position: refs/heads/master@{#294695}
-
wittman authored
The enhanced bookmarks extension is being updated to rely solely on server-generated persistent IDs, eliminating the need to create IDs in Chrome client code. This is effectively a revert of 0f7d5081 and 224e1d18. BUG=413378 Review URL: https://codereview.chromium.org/568923004 Cr-Commit-Position: refs/heads/master@{#294694}
-
brettw authored
This is preparing for a GN unit test target that shares the sources list. This change only moves the main files list to minimize merge conflicts in the future steps. TBR=jamesr Review URL: https://codereview.chromium.org/568923002 Cr-Commit-Position: refs/heads/master@{#294693}
-
acolwell authored
This patch provides the minimal changes necessary to hook WebMediaPlayerImpl into HTMLDocumentView so that <audio>/<video> tags work. HTMLMediaElement will now function, but audio won't be audible right now. Proper audio output will be added in a followup patch. Review URL: https://codereview.chromium.org/567803002 Cr-Commit-Position: refs/heads/master@{#294692}
-
slamm authored
(Will make it easier to move the memory_cache_http_server ownership from browser to platform.) The page_cycler measurement was the only customer. This CL includes an alternate implementation for that. BUG=404771 Review URL: https://codereview.chromium.org/543243002 Cr-Commit-Position: refs/heads/master@{#294691}
-
chrome://settingsvitalyp authored
R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/options/compiled_resources.gyp && ninja -C out/Default | grep ERROR | wc -l Review URL: https://codereview.chromium.org/543493002 Cr-Commit-Position: refs/heads/master@{#294690}
-
lfg authored
This CL registers the webview tag in extensions, allowing it to be used inside app_shell. The webview browser sample should be working with this patch. For now, not all the webview APIs are supported, the APIs that are not supported are: contextMenus, webrequest, declarativeWebRequest and permissions (videoCapture, pointerLock, geolocation). BUG=352293 Review URL: https://codereview.chromium.org/566863004 Cr-Commit-Position: refs/heads/master@{#294689}
-
binjin authored
Use ExtensionManagement instead. BUG=177351 Review URL: https://codereview.chromium.org/555323002 Cr-Commit-Position: refs/heads/master@{#294688}
-
thakis authored
Similar to https://codereview.chromium.org/385743002 , but in a file that's also built in host targets. Depends on r#294584. If your bot can't deal with this, please let me know! BUG=none Review URL: https://codereview.chromium.org/443483002 Cr-Commit-Position: refs/heads/master@{#294687}
-
viettrungluu authored
This will make it set up a proxy message pipe, and is a stopgap measure until we have proper message pipe passing (across multiple channels/processes). I don't know what bugs there might be, though I added a basic test (across a single remote message pipe and back). I should add yet more tests. R=davemoore@chromium.org Review URL: https://codereview.chromium.org/566783002 Cr-Commit-Position: refs/heads/master@{#294686}
-
Dominic Mazzoni authored
BUG=278540 NOPRESUBMIT=true R=isherman@chromium.org, rockot@chromium.org Review URL: https://codereview.chromium.org/550913003 Cr-Commit-Position: refs/heads/master@{#294685}
-
scherkus authored
Matches what we have in AudioRendererImpl, which is our only other TimeSource implementation. TBR=xhwang Review URL: https://codereview.chromium.org/551273004 Cr-Commit-Position: refs/heads/master@{#294684}
-
eakuefner authored
The perf dashboard expects that for values of the form x.y that are per-page, the computed summary x.y (i.e., the value having that name but not associated with any particular Page object) will be displayed but the per-page x.y's will be ignored. Previously, the per-page x.y's were being named as x: <pagename> in the buildbot convention; it was the job of the log processing step to make sure that these extraneous, ambiguously-named values were ignored. The Chart JSON output formatter, on the other hand, explicitly guards against adding values with duplicate names, and so extra checks are necessary to throw away such extraneous values. This patch adds handling to the Chart JSON output formatter to address this issue, and updates the tests to check for correctness in this scenario. R=sullivan,qyearsley,tonyg Review URL: https://codereview.chromium.org/551063005 Cr-Commit-Position: refs/heads/master@{#294683}
-
guohui authored
1. add uma metrics related to the new android signin promo 2. add a method to SigninManager to get the finch experiment for promo Downstream changes at https://chrome-internal-review.googlesource.com/#/c/175857/ BUG=406614 TBR=rogerta@chromium.org Review URL: https://codereview.chromium.org/568603002 Cr-Commit-Position: refs/heads/master@{#294682}
-
Evan Stade authored
Also fix some controlled settings indicators. BUG=409938 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/539383003 Cr-Commit-Position: refs/heads/master@{#294681}
-
Brett Wilson authored
This was added to fix the component build on Linux, but Android doesn't have this library. R=jamesr@chromium.org TBR=jamesr Review URL: https://codereview.chromium.org/567073002 Cr-Commit-Position: refs/heads/master@{#294680}
-
piman authored
1- use the correct directory for git commands 2- yasm needs . in the include search path, otherwise I get: FAILED: python ../../../third_party/yasm/run_yasm.py ./yasm -DPIC -felf64 -m amd64 -I../../.. -Igen -DARCH_X86_64 -w -P ../../../third_party/ffmpeg/chromium/config/Chromium/linux/x64/config.asm -I../../../third_party/ffmpeg/chromium/config/Chromium/linux/x64 -I../../../third_party/ffmpeg/libavcodec/x86 -I../../../third_party/ffmpeg/libavutil/x86 -I../../../third_party/ffmpeg -DPIC -o obj/third_party/ffmpeg/vp8dsp.o ../../../third_party/ffmpeg/libavcodec/x86/vp8dsp.asm yasm: FATAL: unable to open include file `../../../third_party/ffmpeg/chromium/config/Chromium/linux/x64/config.asm' BUG=None Review URL: https://codereview.chromium.org/561193004 Cr-Commit-Position: refs/heads/master@{#294679}
-
Ben Smith authored
* Switched KernelProxy to use utimens/futimens. * kernel_intercept.* forwards utime/utimes/futimes -> {,f}utimens. * Add Node::Futimens * Override FuseFsNode::Futimens * Add newlib headers to define utime/utimes/futimes * Glibc uses at_stim as timespec instead, add define for st_atimensec for compatibility with newlib. BUG=413412 R=sbc@chromium.org Review URL: https://codereview.chromium.org/565343002 Cr-Commit-Position: refs/heads/master@{#294678}
-
mattm authored
BUG=none Review URL: https://codereview.chromium.org/569643003 Cr-Commit-Position: refs/heads/master@{#294677}
-
qinmin authored
For OMA downloads, chrome doesn't handle it correctly as the file needs to be converted to a .fl file and encrypted on the device. The android DownloadManager provides such covertion. As a result, we need to provide a way for us to intercept certain OMA downloads BUG=382698 Review URL: https://codereview.chromium.org/571613002 Cr-Commit-Position: refs/heads/master@{#294676}
-
cmumford authored
Switching for two reasons: 1. Semantics are simpler because, in each of these cases, there was never a subsequent iteration - just a check to see if the iterator key matched the desired key. 2. The Transaction::Get() call uses the LevelDB filter which (when enabled) can significantly reduce disk reads, thus improving performance. This change, along with enabling the bloom filter, resolves a performance issue introduced by r273048. BUG=409520 Review URL: https://codereview.chromium.org/565023002 Cr-Commit-Position: refs/heads/master@{#294675}
-
fsamuel authored
We were accessing a NULL RWHV on BrowserPluginGuest::SetFocus. This CL adds a guard to ensure we only attempt to set focus if we have a View. BUG=413874 Review URL: https://codereview.chromium.org/564153003 Cr-Commit-Position: refs/heads/master@{#294674}
-
cmumford authored
Enabling a LevelDB feature to improve performance. BUG=409520 Review URL: https://codereview.chromium.org/562333005 Cr-Commit-Position: refs/heads/master@{#294673}
-
bauerb authored
BUG=410651 Review URL: https://codereview.chromium.org/566893002 Cr-Commit-Position: refs/heads/master@{#294672}
-
mef authored
Update proguard.cfg to reflect that @UsedByReflection was moved to base/. Add --release option to cr_cronet.py tool. Notes: - Chromium debug build does not apply proguard at all. - Chromium instrumentation test does not allow custom proguard config (but it uses proguard config from instrumented app, which is nice). BUG=390267 Review URL: https://codereview.chromium.org/512953002 Cr-Commit-Position: refs/heads/master@{#294671}
-
binji authored
No trybots because it is a documentation-only change. BUG=137810 R=sbc@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/568153004 Cr-Commit-Position: refs/heads/master@{#294670}
-
damienv authored
When the DemuxerStream has a pending read, this one must be completed before invoking the flush callback. BUG=408189 Review URL: https://codereview.chromium.org/565973003 Cr-Commit-Position: refs/heads/master@{#294669}
-
tonyg authored
Most significant among the changes is improved HTTPS handling. BUG=412826 TBR=slamm@chromium.org Review URL: https://codereview.chromium.org/558263002 Cr-Commit-Position: refs/heads/master@{#294668}
-
jbudorick authored
PushDataDeps takes a long time even when all files are on the device because calculating the digests of all the files takes _much_ longer on a device than it does on a host. Skipping the push step during test listing -- where the data deps are unnecessary -- means that we don't try to push files twice in each gtest run, so we skip all of the device-side MD5 calculations that would happen in the second run. BUG=400440 Review URL: https://codereview.chromium.org/560133002 Cr-Commit-Position: refs/heads/master@{#294667}
-
ericzeng authored
Remove flags and change trunk channel restrictions to dev in preparation for launch. BUG=386830 Review URL: https://codereview.chromium.org/564993002 Cr-Commit-Position: refs/heads/master@{#294666}
-
pkotwicz authored
BUG=409888 TEST=WindowManagerTest.* SplitViewController.* Review URL: https://codereview.chromium.org/550043002 Cr-Commit-Position: refs/heads/master@{#294665}
-
danakj authored
We don't do anything with this rect so remove it. R=nduca@chromium.org, vmpstr BUG=413479 Review URL: https://codereview.chromium.org/563963002 Cr-Commit-Position: refs/heads/master@{#294664}
-
xhwang authored
Previously this is only whitelisted on Linux/ChromeOS. This CL relax this to all platforms. BUG=413812 TEST=Tested on Windows. Review URL: https://codereview.chromium.org/567913002 Cr-Commit-Position: refs/heads/master@{#294663}
-
mukai authored
BUG=409492 R=oshima@chromium.org TEST=ash_unittests, manually Review URL: https://codereview.chromium.org/562413002 Cr-Commit-Position: refs/heads/master@{#294662}
-