- 24 Apr, 2015 40 commits
-
-
jfroy authored
Chromium provides PowerObserver and PowerMonitor objects to allow subsystems to react to power suspend and resume events. On iOS this actually tracks app lifecycle events for backgrounding. The patch adds a power observer that destroys the compression session on power suspend events and re-initializes the compression session on power resume events. This allows the encoder to properly transition to the background on iOS and resume when the app comes back to the foreground. Note that for this to work overall, the sender client must create a background task to allow networking to continue. Otherwise the receiver will timeout per spec. R=miu@chromium.org BUG=477895 Review URL: https://codereview.chromium.org/1094403002 Cr-Commit-Position: refs/heads/master@{#326938}
-
cjhopman authored
The native parts of dom_distiller will try to register jni methods on startup. This fails if the apk doesn't contain the corresponding java bits. So, even though chrome_shell_apk doesn't actually use the java stuff in dom_distiller_content_java, it still needs to depend on it and include it in the apk. Review URL: https://codereview.chromium.org/1090153007 Cr-Commit-Position: refs/heads/master@{#326937}
-
paulmeyer authored
BUG=452452 Review URL: https://codereview.chromium.org/1093153002 Cr-Commit-Position: refs/heads/master@{#326936}
-
jamiewalch authored
BUG=b/19899195 Review URL: https://codereview.chromium.org/1073003005 Cr-Commit-Position: refs/heads/master@{#326935}
-
jyasskin authored
TBR=bruening@chromium.org,sebmarchand@chromium.org BUG=481231 Review URL: https://codereview.chromium.org/1105523006 Cr-Commit-Position: refs/heads/master@{#326934}
-
oysteine authored
ExtensionApiTest.Bookmarks was adding one bookmark per timer callback; changed to use an event test. WindowOpenPanelTest.WindowOpenPanel was relying on the callback supplied to chrome.windows.create happening before the resource was actually loaded, when there's no such guarantee. R=kalman BUG=424661,253417,383452 Review URL: https://codereview.chromium.org/1094383005 Cr-Commit-Position: refs/heads/master@{#326933}
-
mpearson authored
and associated field trial and delete unused strings. While at it, rename IDS_OMNIBOX_EMPTY_HINT_WITH_DEFAULT_SEARCH_PROVIDER to IDS_SEARCH_BOX_EMPTY_HINT_WITH_DEFAULT_SEARCH_PROVIDER TBR=kmadhusu (for trivial rename change in chrome/browser/search/...) BUG=447809 Review URL: https://codereview.chromium.org/1104513003 Cr-Commit-Position: refs/heads/master@{#326932}
-
brianderson authored
crrev.com/318812 switched our latency metrics from using the end of GPU swap to the beginning. The abrupt switch makes it difficult to compare latency in M43 to previous versions. This patch restores the old behavior for the existing latency metrics and adds new metrics instead for the new behavior. Only UMA is affected. The abrupt switch for telemetry remains in place. BUG=476213 Review URL: https://codereview.chromium.org/1093923002 Cr-Commit-Position: refs/heads/master@{#326931}
-
brettw authored
This addresses code review comments from https://codereview.chromium.org/1104703004 TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/1106843003 Cr-Commit-Position: refs/heads/master@{#326930}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/d96fd0c..8440baa CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=tomhudson@google.com Review URL: https://codereview.chromium.org/1095333005 Cr-Commit-Position: refs/heads/master@{#326929}
-
creis authored
Layout tests can choose a frame by name to navigate, using testRunner.queueLoad(url, name). This frame should be found in the browser process rather than RenderFrameImpl. This is useful cleanup in general, but also makes it possible for layout tests to target OOPIFs. TBR=dcheng,sky BUG=477150 TEST=Layout tests continue to pass Review URL: https://codereview.chromium.org/1104603002 Cr-Commit-Position: refs/heads/master@{#326928}
-
scheib authored
From spec change: Merge pull request #102 from jyasskin/contiguous-idl https://github.com/WebBluetoothCG/web-bluetooth/commit/ffbd7c14b45d3db0be139fc0f106c9721a1be13a Review URL: https://codereview.chromium.org/1108503002 Cr-Commit-Position: refs/heads/master@{#326927}
-
kelvinp authored
Prior to this CL, clicking cancel on the connecting dialog simply returns the user to the home screen, without disconnecting the session or cleaning up any related resources. This CL provides a cleaner way to cancel a session with by implementing remoting.ConnectingDialog which calls stop() on the activity. BUG=477522 Review URL: https://codereview.chromium.org/1101613003 Cr-Commit-Position: refs/heads/master@{#326926}
-
falken authored
We want to change activate so that rejecting the waitUntil promise is the same as resolving it. Adding UMA to get an idea of the impact of the change. It could be useful to have this data anyway, so also adding it for Install. BUG=480050 Review URL: https://codereview.chromium.org/1098953005 Cr-Commit-Position: refs/heads/master@{#326925}
-
mmenke authored
Replace them with CapturedNetLogEntry. BUG=none TBR=bengr@chromium.org Review URL: https://codereview.chromium.org/1109473003 Cr-Commit-Position: refs/heads/master@{#326924}
-
falken authored
This adds SERVICE_WORKER_ERROR_DISK_CACHE to indicate failure to read from the disk cache. It also re-enables logging of StartWorker for redundant workers. This was previously disabled because we got a lot of "failed" spam for updates that get aborted when there is no script change, so I've changed StartWorker to fail with SW_ERROR_EXISTS in that case. This patch is a step in the direction of evicting a SW that can't be read from disk cache. BUG=448003 Review URL: https://codereview.chromium.org/1054033004 Cr-Commit-Position: refs/heads/master@{#326923}
-
brettw authored
TBR=dpranke@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1098253006 Cr-Commit-Position: refs/heads/master@{#326922}
-
rockot authored
BUG=481210 TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/1090863005 Cr-Commit-Position: refs/heads/master@{#326921}
-
wychen authored
Tags "q" and "cite" were invisible in dark theme. BUG=480646 Review URL: https://codereview.chromium.org/1054503003 Cr-Commit-Position: refs/heads/master@{#326920}
-
wkorman authored
To bring in layout fix to display layer debug info in frame viewer tracing. Summary of changes available at: https://chromium.googlesource.com/external/trace-viewer/+log/f8f4efb..bd416ea bd416ea More min-height fixes 3e04994 Move RAIL scoring to rail_socre.html 35c48d0 Change pre-commit hooks to pre-submit hooks 6675831 Aggregate MemoryDumpAllocator attributes 4bf2eab Update memory_dumps.json to use generic attributes 957fe59 Allow generic attributes of MemoryAllocatorDump objects cbde6af Quick fix for #930 a74372e More min-height flexbox changes 38be559 Click & drag down from ruler to draw guide line and generate nav string 24e160f Infer implicit ancestor memory allocator dumps in TraceEventImporter 078b908 tquery: Don't use polymer for non-visual classes Size decrease for resources.pak: 60627 bytes (16666772 -> 16606145) BUG=480554 Review URL: https://codereview.chromium.org/1086873006 Cr-Commit-Position: refs/heads/master@{#326919}
-
brettw authored
TBR=dpranke@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1051763008 Cr-Commit-Position: refs/heads/master@{#326918}
-
apacible authored
This custom polymer element shows a list of media-router-sink elements. It is styled after the current cast extension's sinks. BUG=464222 Review URL: https://codereview.chromium.org/1099723003 Cr-Commit-Position: refs/heads/master@{#326917}
-
brettw authored
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/1095333004 Cr-Commit-Position: refs/heads/master@{#326916}
-
resetswitch authored
Debugging some tests that were unblocked by codereview.chromium.org/1084793002, I found that waiting for the password field to disappear sometimes fails. We need to wait for the OOBE page to disappear before continuing to the test logic. BUG=480571 Review URL: https://codereview.chromium.org/1063853008 Cr-Commit-Position: refs/heads/master@{#326915}
-
jdonnelly authored
Revert of [Android] Add an out-of-app instrumentation driver APK. (patchset #15 id:280001 of https://codereview.chromium.org/1034053002/) Reason for revert: Broke the "Android" bot: http://build.chromium.org/p/chromium/builders/Android/builds/38661 Original issue's description: > [Android] Add an out-of-app instrumentation driver APK. > > BUG=444049 > > Committed: https://crrev.com/79d22ed2b74d0ff1082f6febfd3fd93c0574d130 > Cr-Commit-Position: refs/heads/master@{#326900} TBR=tedchoc@chromium.org,klundberg@chromium.org,yfriedman@chromium.org,thestig@chromium.org,cjhopman@chromium.org,torne@chromium.org,jbudorick@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=444049 Review URL: https://codereview.chromium.org/1094903008 Cr-Commit-Position: refs/heads/master@{#326914}
-
cblume authored
Depend on https://codereview.chromium.org/999243003/. BUG=466867 Review URL: https://codereview.chromium.org/1061133002 Cr-Commit-Position: refs/heads/master@{#326913}
-
danakj authored
This cleans up some of the damage rects code by converting the SkRegion to a cc::Region, allowing use of gfx::Rects. It moves the recursion over the Layer tree out to Compositor instead of on Layer. And we keep the damaged_region_ valid until the layer is painted. This will allow us to pass that damaged_region_ to the painting code with impl-side slimming paint, because with impl-side painting, the paint clip rect can be larger than the invalidations (as large as the whole layer). R=piman@chromium.org, sky BUG=466426 Committed: https://crrev.com/a5e585868e16ce53c990f764d4943592f11749aa Cr-Commit-Position: refs/heads/master@{#326547} Review URL: https://codereview.chromium.org/1080633009 Cr-Commit-Position: refs/heads/master@{#326912}
-
brettw authored
TBR=dpranke@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1104703004 Cr-Commit-Position: refs/heads/master@{#326911}
-
anandc authored
BUG=479831 Review URL: https://codereview.chromium.org/1103913002 Cr-Commit-Position: refs/heads/master@{#326910}
-
jianli authored
It is not implemented yet. So all InstanceID***Functions are just placeholders. BUG=477084 TEST=none Review URL: https://codereview.chromium.org/1088593004 Cr-Commit-Position: refs/heads/master@{#326909}
-
jamiewalch authored
This should no longer be required, causes a warning on chrome://extensions and may prevent CWS upload. Review URL: https://codereview.chromium.org/1088213004 Cr-Commit-Position: refs/heads/master@{#326908}
-
jfroy authored
To implement various kinds of re-initialization conditions more easily, this CL subsumes responsibility for handling frame size changes directly in the VideoToolbox encoder. The design is very similar to the previous one with a proxy encoder. Instead of proxying the entire encoder, only the video frame factory is proxied. Both the encoder and the proxy own a ref-counted reference to the factory, which in turn owns a weak back-reference to the encoder and a ref-counted reference to the current pixel buffer pool. When a frame size change is detected either by the encoder or by the video frame factory, the internal compression session is reset. This is done synchronously when executing on the Cast main thread, and by posting a task to the cast main thread when not. The code to re-initialize the compression session will be re-used in upcoming work where additional conditions, such as backgrounding, need to be monitored for session reinitialization. This new CL fixes the cast unit tests by modifying the tests to handle encoders that do not have a frame delay when changing the video size. R=dcaiafa@chromium.org, miu@chromium.org BUG=477895 Review URL: https://codereview.chromium.org/1100643002 Cr-Commit-Position: refs/heads/master@{#326907}
-
sbc authored
These files are now generated in the out/ directory. Review URL: https://codereview.chromium.org/1076293007 Cr-Commit-Position: refs/heads/master@{#326906}
-
dpranke authored
R=mdempsky@chromium.org BUG=468851 Review URL: https://codereview.chromium.org/1106003002 Cr-Commit-Position: refs/heads/master@{#326905}
-
sdefresne authored
BUG=429756 R=droger Review URL: https://codereview.chromium.org/1102833003 Cr-Commit-Position: refs/heads/master@{#326904}
-
danakj authored
This adds a LayerImpl::ValidateQuadResources() that each layer can call on quads that it appends. This function is empty when DCHECKs are off, which means it should be cheap/free in release builds. R=piman@chromium.org BUG=475894 Review URL: https://codereview.chromium.org/1096703006 Cr-Commit-Position: refs/heads/master@{#326903}
-
mseaborn authored
This pulls in the following Native Client changes: 0b3aba1: (jvoung@chromium.org) Add configure/CMake flags for conditionally building subzero targets. d68a86e: (dschuff@chromium.org) Update revision for PNaCl 353db96: (mcgrathr@chromium.org) Implement a standard ELF loader in untrusted code, to be used by glibc a5ef853: (jvoung@chromium.org) PNaCl: Update Subzero revision in pnacl/COMPONENT_REVISIONS 16212bd: (tfarina@chromium.org) Cleanup: Remove is_android_webview_build flag from NaCL gn config. 3a6e2fa: (dschuff@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS 25152f5: (dschuff@chromium.org) Remove 2 torture test known failures for nacl-clang dcd22d4: (mcgrathr@chromium.org) toolchain_build: Build glibc-flavored gcc_libs and sdk_libs 87d5dd9: (mcgrathr@chromium.org) toolchain_build: Include glibc-flavored gcc_libs in package-version upload Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/efe1c643770e76a1c4747e4c5bf9338e5a0ef945..87d5dd90911a0657c27574f78e86b7dfc4ad8b29 BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_arm_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/1106023002 Cr-Commit-Position: refs/heads/master@{#326902}
-
creis authored
BUG=477065 TEST=Likely no behavior change; maybe eliminate a crash. Review URL: https://codereview.chromium.org/1071413004 Cr-Commit-Position: refs/heads/master@{#326901}
-
jbudorick authored
BUG=444049 Review URL: https://codereview.chromium.org/1034053002 Cr-Commit-Position: refs/heads/master@{#326900}
-
estade authored
Revert of Remove special theming for CardUnmaskPrompt since it's now automatic (patchset #2 id:20001 of https://codereview.chromium.org/1096263005/) Reason for revert: automatic alert dialog styling was reverted, so revert this as well for now. Original issue's description: > Remove special theming for CardUnmaskPrompt since it's now automatic > for all alert dialogs. > > BUG=463576 > > Committed: https://crrev.com/d9456757bec482f2b27cf75ef7fa2109af0500a6 > Cr-Commit-Position: refs/heads/master@{#326869} TBR=newt@chromium.org,aurimas@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=463576 Review URL: https://codereview.chromium.org/1097263003 Cr-Commit-Position: refs/heads/master@{#326899}
-