- 03 Dec, 2015 40 commits
-
-
ccameron authored
This ensures that the next frame will remove any extra render surfaces that were created to handle the copy request. Persisting extra render surfaces would cause extra GPU work and prevent using overlays. BUG=564832 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1493013002 Cr-Commit-Position: refs/heads/master@{#363062}
-
mcasas authored
to make more evident which file is in which platform, plus they get automatically removed from build lists in the appropriate way. BUG= TBR=avi@chromium.org for the changes not covered by sandersd@ and posciak@ : - content/common/BUILD.gn - content/common/sandbox_mac.mm - content/gpugpu_main.cc (those are just renaming of the appropriate files). Review URL: https://codereview.chromium.org/1474823002 Cr-Commit-Position: refs/heads/master@{#363061}
-
ulan authored
This will allow benchmarks to make longer scroll actions. BUG=565306 Review URL: https://codereview.chromium.org/1492363002 Cr-Commit-Position: refs/heads/master@{#363060}
-
alph authored
Review URL: https://codereview.chromium.org/1493673004 Cr-Commit-Position: refs/heads/master@{#363059}
-
bajones authored
Does not allow the related tests to pass yet, needs some command buffer work for that. That will come in a follow up patch. BUG=563613 Review URL: https://codereview.chromium.org/1490043002 Cr-Commit-Position: refs/heads/master@{#363058}
-
svaldez authored
This removes the last uses of test_server() and switches to using embedded_test_server/spawned_test_server. BUG=492672,96594 Review URL: https://codereview.chromium.org/1486633002 Cr-Commit-Position: refs/heads/master@{#363057}
-
tfarina authored
CommandLine and FilePath are being passed by reference, so they can be forward declared and their header includes be moved to the source file instead. BUG=None TEST=gn gen + gn_unittests R=scottmg@chromium.org Review URL: https://codereview.chromium.org/1492813002 Cr-Commit-Position: refs/heads/master@{#363056}
-
mfomitchev authored
PlatformWindowAndroid and PlatformImeControllerAndroid were using is_empty() to check if a JavaObjectWeakGlobalRef is null, which is incorrect. The right way to check is to get a ScopedJavaLocalRef reference (by calling get()) and check that instead. BUG=NONE Review URL: https://codereview.chromium.org/1487123002 Cr-Commit-Position: refs/heads/master@{#363055}
-
georgesak authored
Replaces temporary string allocations with StringPiece. BUG= Review URL: https://codereview.chromium.org/1494613002 Cr-Commit-Position: refs/heads/master@{#363054}
-
agrieve authored
BUG=564869 Review URL: https://codereview.chromium.org/1493043002 Cr-Commit-Position: refs/heads/master@{#363053}
-
sebsg authored
[Autofill] Respect the autocomplete=off attribute on desktop for non credit card related fields and forms. BUG=468153 Review URL: https://codereview.chromium.org/1473733008 Cr-Commit-Position: refs/heads/master@{#363052}
-
pauljensen authored
BUG=551067 Review URL: https://codereview.chromium.org/1432663002 Cr-Commit-Position: refs/heads/master@{#363051}
-
guidou authored
BUG=564530 Review URL: https://codereview.chromium.org/1494543002 Cr-Commit-Position: refs/heads/master@{#363050}
-
aizatsky authored
BUG=539572 Review URL: https://codereview.chromium.org/1492093003 Cr-Commit-Position: refs/heads/master@{#363049}
-
nick authored
This lets us more correctly identify the site, in particular for window.open/about:blank, and blob URLs. BUG=498580 TEST=SiteDetailsBrowserTest Review URL: https://codereview.chromium.org/1487933002 Cr-Commit-Position: refs/heads/master@{#363048}
-
erikchen authored
This CL adds the field and initializes it to 0. It has no other effect. This is probably going to cause some assertions to fail, due to interactions with third-party software. See the associated bugs for more details. BUG=527588, 493414 Review URL: https://codereview.chromium.org/1500453002 Cr-Commit-Position: refs/heads/master@{#363047}
-
martijn authored
This CL adds an IPAddress class intended to replace the current IPAddressNumber typedef. The class wraps a std::vector<uint8_t> containing the actual IP address and exposes a couple of helper methods. This CL only introduces the new class and related tests. BUG=496258 Review URL: https://codereview.chromium.org/1408803010 Cr-Commit-Position: refs/heads/master@{#363046}
-
erikchen authored
Discardable shared memory no longer relies on a POSIX fd backed shared memory region, as it no longer uses ftruncate. BUG=547239 Review URL: https://codereview.chromium.org/1497843002 Cr-Commit-Position: refs/heads/master@{#363045}
-
dpapad authored
Refactor both dialogs such that CSS styles can be shared between them (see reset_page_dialog.css). BUG=546840 Review URL: https://codereview.chromium.org/1482573002 Cr-Commit-Position: refs/heads/master@{#363044}
-
rmistry authored
BUG=skia:2545 TBR=phajdan Review URL: https://codereview.chromium.org/1493913005 Cr-Commit-Position: refs/heads/master@{#363043}
-
mfomitchev authored
On Aura Android the Screen instance may not be set yet when ResourceBundle::InitSharedInstance is executed. Instead of using the Screen instance to determine the scale factor, just use the available static methods in gfx::Display and gfx::DeviceDisplayInfo. BUG=507792 Review URL: https://codereview.chromium.org/1474873002 Cr-Commit-Position: refs/heads/master@{#363042}
-
newt authored
This deletes four user actions that were added long ago and are no longer used: - MobileFirstEditInOmnibox - MobileFocusedFakeboxOnNtp - MobileFocusedOmniboxOnNtp - MobileFocusedOmniboxNotOnNtp This also starts recording the FocusLocation user action when the omnibox is focused; this essentially combines MobileFocusedFakeboxOnNtp, MobileFocusedOmniboxOnNtp, and MobileFocusedOmniboxNotOnNtp into a single action. BUG=408176 Review URL: https://codereview.chromium.org/1491393002 Cr-Commit-Position: refs/heads/master@{#363041}
-
bsimonnet authored
This CL adds two Chrome OS specific histograms: * UpdateEngine.CertificateCheck.Download * UpdateEngine.CertificateCheck.UpdateCheck BUG=563800 Review URL: https://codereview.chromium.org/1490643002 Cr-Commit-Position: refs/heads/master@{#363040}
-
skobes authored
BUG=537070 Review URL: https://codereview.chromium.org/1491123002 Cr-Commit-Position: refs/heads/master@{#363039}
-
jennyz authored
Add a test case for verifying launching app with updating a shared module to the new version. Re-packaged several testing apps downloaded from webstore to remove the update url from their manifest files. BUG=555083 Review URL: https://codereview.chromium.org/1488393002 Cr-Commit-Position: refs/heads/master@{#363038}
-
ulan authored
BUG= Review URL: https://codereview.chromium.org/1481383005 Cr-Commit-Position: refs/heads/master@{#363037}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/baf869df..42acdb73 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1499603003 Cr-Commit-Position: refs/heads/master@{#363036}
-
xjz authored
frame_ID. PacketKey was originally generated by combining capture_time, ssrc, and packet_id. This key may not necessarily be unique. Two or more frames with the same cpature_time had the same key and may cause one to be evicted from the list. This, in turn, will cause a receiver to become blocked waiting on a frame that the PacedSender will never attempt to send. BUG=373560 Review URL: https://codereview.chromium.org/1487223002 Cr-Commit-Position: refs/heads/master@{#363035}
-
jam authored
It's going to be very difficult to enable this for production code as any code can leak message pipes. It'll also be hard to implement correctly with multiplexing. This was added for a test, but I just changed the test instead so that it quits after it sends a lot of reply messages. BUG=556259 Review URL: https://codereview.chromium.org/1492943005 Cr-Commit-Position: refs/heads/master@{#363034}
-
forshaw authored
This patch improves the handling of importer profile creation to remove reliance on bare pointers. It also wraps created importer objects in a scoped_refptr which is what the pointer is assigned to in the caller. BUG=539746 Review URL: https://codereview.chromium.org/1492663006 Cr-Commit-Position: refs/heads/master@{#363033}
-
wangxianzhu authored
According to http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=editing%2Fselection%2Fmove-by-word-visually-mac.html, it's slow with debug config on all platforms. It also flakily timed out on try bot linux_chromium_rel_ng. Mark it slow for all platform all configurations. BUG=564771 TBR=aboxhall@chromium.org Review URL: https://codereview.chromium.org/1498733004 Cr-Commit-Position: refs/heads/master@{#363032}
-
philipj authored
The change to the generated code is such that only calls to URL.createObjectURL(null) and URL.createObjectURL(undefined) are affected, as those would previously match the nullable Blob argument. This is very low risk, due to the behavior of other browsers: Firefox and IE11 throw for both URL.createObjectURL(null) and URL.createObjectURL(undefined). Edge presumably matches IE11. Safari throws for URL.createObjectURL(undefined) but returns null for URL.createObjectURL(null), which was our behavior before this change. There are no internal calls to DOMURL::createObjectURL, so the ASSERT will hold. BUG=561338 Review URL: https://codereview.chromium.org/1492093002 Cr-Commit-Position: refs/heads/master@{#363031}
-
fsamuel authored
This CL does the following: 1. It introduces CompositorMusConnection. The connection to the Mus Window server is now managed on the compositor thread. RenderWidgetMusConnection is the corresponding main thread object. CompositorMusConnection deals with postTasking information RenderWidgetMusConnection wants to the main thread and passing information from RenderWidgetMusConnection to the compositor thread. 2. Input events are routed directly to InputHandlerManager on the compositor thread. Unconsumed input events make their way to RenderWidgetMusConnection where they're currently dropped on the floor. TEST=./out/mandoline_Debug/mojo_runner mojo:example_main --use-mus-in-renderer --use-zero-copy BUG=551250 Review URL: https://codereview.chromium.org/1484013003 Cr-Commit-Position: refs/heads/master@{#363030}
-
dpapad authored
BUG=546840 Review URL: https://codereview.chromium.org/1490503002 Cr-Commit-Position: refs/heads/master@{#363029}
-
dmazzoni authored
BUG=560900 Review URL: https://codereview.chromium.org/1473833002 Cr-Commit-Position: refs/heads/master@{#363028}
-
jbroman authored
It checks cleanly, even though //third_party/WebKit/public does not. Review URL: https://codereview.chromium.org/1491333002 Cr-Commit-Position: refs/heads/master@{#363027}
-
bshe authored
BUG=561669 Review URL: https://codereview.chromium.org/1478493004 Cr-Commit-Position: refs/heads/master@{#363026}
-
creis authored
In OOPIF-enabled modes, each FrameNavigationEntry has a per-frame PageState object. The states for each frame in the tree need to be combined into a single PageState for GetPageState, and a single PageState needs to be split into individual FrameNavigationEntries for SetPageState. Because GetPageState is const and returns a const ref, we need to cache the combined PageState each time it could change. BUG=545219 TEST=Close and restore a tab or session with OOPIFs. Review URL: https://codereview.chromium.org/1496483002 Cr-Commit-Position: refs/heads/master@{#363025}
-
rtoy authored
The ConvolverNode only supports 1, 2 or 4 channels and must throw an exception for any other number of channels. BUG=563379 TEST=convolver-channels.html Review URL: https://codereview.chromium.org/1497803002 Cr-Commit-Position: refs/heads/master@{#363024}
-
agrieve authored
BUG=552040 Review URL: https://codereview.chromium.org/1493893007 Cr-Commit-Position: refs/heads/master@{#363023}
-