- 10 Oct, 2014 40 commits
-
-
isherman authored
BUG=421277 TEST=components_unittests R=tengs@chromium.org Review URL: https://codereview.chromium.org/629183003 Cr-Commit-Position: refs/heads/master@{#299075}
-
v8-autoroll authored
BUG= Review URL: https://codereview.chromium.org/644943002 Cr-Commit-Position: refs/heads/master@{#299074}
-
phoglund authored
This improves the execution speed by a factor 3x, and I think they're just as correct. Essentially we are waiting until we see a good aspect ratio, rather than the old behavior which was to wait 10x50 ms and see if we have a good aspect ratio. This wasn't a problem on fast machines, but it's a big problem on bots with GPU emulation where canvas operations are expensive. BUG=417756 R=perkj@chromium.org,mcasas@chromium.org Review URL: https://codereview.chromium.org/638423002 Cr-Commit-Position: refs/heads/master@{#299073}
-
hirono authored
The test is no longer needed. Reverted revision: crrev.com/293821 BUG=NONE TEST=NONE Review URL: https://codereview.chromium.org/644923002 Cr-Commit-Position: refs/heads/master@{#299072}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#299071}
-
shuchen authored
1) Avoid using 'us' as password layout for those layouts can be remapped to 'us'. 2) Norwegian decoding language should be 'no', and password layout should not be no.compact.qwerty instead of us.compact.qwerty. 3) Korean 2set IME can use m17n:ko_2set layout. 4) Korean IMEs OSK url uses hash to support fast switching. BUG=416504 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/646863004 Cr-Commit-Position: refs/heads/master@{#299070}
-
perkj authored
This cl change the mock to create remote mediastreams based on the mediastreams that have been added as local mediastreams. The remote streams are updated once RTCPeerConnection::setRemoteDescription is called. The purpose is to be able to test remote mediastreams in blink layouttests. BUG=417245 Review URL: https://codereview.chromium.org/597283006 Cr-Commit-Position: refs/heads/master@{#299069}
-
mkwst authored
This splits the DRT-specific parts of ShellBrowserContext out into a new class that we'll only instantiate when the flag is set. BUG=420994 Review URL: https://codereview.chromium.org/637843003 Cr-Commit-Position: refs/heads/master@{#299068}
-
mukai authored
BUG=401588 R=brettw@chromium.org, thestig@chromium.org, blundell@chromium.org TEST=manually Review URL: https://codereview.chromium.org/637163002 Cr-Commit-Position: refs/heads/master@{#299067}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/8f1f7f8..494f910 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/641313002 Cr-Commit-Position: refs/heads/master@{#299066}
-
dbeam authored
Part #1 in fixing the synced devices menu. R=dmazzoni@chromium.org BUG=362424 Review URL: https://codereview.chromium.org/642223002 Cr-Commit-Position: refs/heads/master@{#299065}
-
dbeam authored
R=dmazzoni@chromium.org BUG=419272 TEST=hold delete on history page => no assertions or double messages Review URL: https://codereview.chromium.org/643013002 Cr-Commit-Position: refs/heads/master@{#299064}
-
pkotwicz authored
BUG=None TEST=None TBR=sky Review URL: https://codereview.chromium.org/639183004 Cr-Commit-Position: refs/heads/master@{#299063}
-
mohan.reddy authored
This step is a giant search and replace for OVERRIDE to replace them with their lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/644903002 Cr-Commit-Position: refs/heads/master@{#299062}
-
erikchen authored
A histogram entry is emitted each time a browser window enters fullscreen. Each entry has 3 associated parameters: - Whether the mechanism used was AppKit or Immersive. - Whether the window was on a primary or secondary screen. - Whether the "Displays have separate spaces" option in mission control was enabled. BUG= Review URL: https://codereview.chromium.org/600303003 Cr-Commit-Position: refs/heads/master@{#299061}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/232f6b0..8f1f7f8 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/639973003 Cr-Commit-Position: refs/heads/master@{#299060}
-
kulkarni.a authored
Cleaning up weak_ptr_factory destruction order. WeakPtrFactory should remain the last member so it'll be destroyed and invalidate its weak pointers before any other members are destroyed. BUG=303818 Review URL: https://codereview.chromium.org/612783003 Cr-Commit-Position: refs/heads/master@{#299059}
-
mtomasz authored
This patch adds: 1. Flag supports_notify_tag to chrome.fsp.mount(). 2. Method chrome.fsp.Notify() to notify about changes of observed entries. 3. Events chrome.fsp.OnObserveDirectory and OnUnobserveEntry. Missing things, to be added in a separate patch: 1. Glueing chrome.fsp.Notify to the C++ layer properly, not with fake data. 2. Saving and restoring observed entries together with tags from preferences. TEST=unit_test: *FileSystemProviderProvidedFileSystem*, *FileSystemProvider*Observe*, *FileSystemProvider*Unobserve* BUG=248427 Review URL: https://codereview.chromium.org/625463002 Cr-Commit-Position: refs/heads/master@{#299058}
-
yawano authored
BUG=421767 TEST=Open Gallery.app; In slide mode, delete all images by clicking bottom-right delete button. Review URL: https://codereview.chromium.org/638383002 Cr-Commit-Position: refs/heads/master@{#299057}
-
anujk.sharma authored
This step is a giant search and replace for OVERRIDE to replace them with their lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/631683002 Cr-Commit-Position: refs/heads/master@{#299056}
-
msw authored
Move geometry, input_event and surfaces TypeConverters. Move conversion-related helpers and tests as well. Flatten lib sub-directories into their parents. Update includes, guards, DEPS, GYP, and GN. Add mojo_converters.gypi to avoid a false-positive cycle. BUG=421234 TEST=No GYP, GN, compile, or link problems. R=jamesr@chromium.org TBR=reed@google.com,sadrul@chromium.org,piman@chromium.org Review URL: https://codereview.chromium.org/640893003 Cr-Commit-Position: refs/heads/master@{#299055}
-
paulmeyer authored
The IPC that is used to send tooltip text to BrowserPlugin was sent on every mouse movement, and unnecessarily sent the same text repeatedly. This is now checked and only new text is actually sent. Review URL: https://codereview.chromium.org/638253004 Cr-Commit-Position: refs/heads/master@{#299054}
-
hirono authored
BUG=421840 TEST=manually Review URL: https://codereview.chromium.org/644883002 Cr-Commit-Position: refs/heads/master@{#299053}
-
reveman authored
This implements proper out-of-process support for SurfaceTexture backed GpuMemoryBuffers using our generic GPU service side GpuMemoryBuffer allocation mechanism. Both renderer and browser compositor usage is supported. BUG=368716,418553 TBR=jln@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/634643002 Cr-Commit-Position: refs/heads/master@{#299052}
-
tfarina authored
As we are removing webkit/ glue, we need a new home for these scripts. BUG=338338 TEST=None R=dpranke@chromium.org Review URL: https://codereview.chromium.org/629083002 Cr-Commit-Position: refs/heads/master@{#299051}
-
sky authored
We'll come up with better names later on. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/644793002 Cr-Commit-Position: refs/heads/master@{#299050}
-
mukai authored
This does not change the current behavior, it simply opens a tab by using chrome::Navigate(). However https://codereview.chromium.org/640103002/ will introduces app-list search to Athena, then the direct use of chrome::Navigate() is problematic. Athena will handle this method. BUG=380875 R=xiyuan@chromium.org TEST=no functional changes Review URL: https://codereview.chromium.org/644863002 Cr-Commit-Position: refs/heads/master@{#299049}
-
thestig authored
BUG=421831 TBR=rtenneti@chromium.org Review URL: https://codereview.chromium.org/645703002 Cr-Commit-Position: refs/heads/master@{#299048}
-
fsamuel authored
This CL adds a test which verifies that we read and change HTTP headers. BUG=352293 TBR=rockot@chromium.org Review URL: https://codereview.chromium.org/640603005 Cr-Commit-Position: refs/heads/master@{#299047}
-
michaelpg authored
R=stevenjb@chromium.org BUG=401640 Review URL: https://codereview.chromium.org/599723002 Cr-Commit-Position: refs/heads/master@{#299046}
-
Derek Bruening authored
TBR=burnik@chromium.org BUG=422164 Review URL: https://codereview.chromium.org/645793002 Cr-Commit-Position: refs/heads/master@{#299045}
-
yoshiki authored
No functionally should be changed. BUG=422155 TEST=manually tested TBR=fukino@chromium.org Review URL: https://codereview.chromium.org/642093002 Cr-Commit-Position: refs/heads/master@{#299044}
-
viettrungluu authored
R=brettw@chromium.org Review URL: https://codereview.chromium.org/647553004 Cr-Commit-Position: refs/heads/master@{#299043}
-
mohan.reddy authored
This step is a giant search and replace for OVERRIDE to replace them with their lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/630603003 Cr-Commit-Position: refs/heads/master@{#299042}
-
mukai authored
BUG=None R=cmasone@chromium.org, achuith@chromium.org TEST=manually Review URL: https://codereview.chromium.org/639253002 Cr-Commit-Position: refs/heads/master@{#299041}
-
raymes authored
The default implementation of SetProperty in the plugin (inside ScriptableObject) will throw an exception. This can result in an unexpected exception in JS when properties are set on the plugin element. We should only call SetProperty if the plugin has that property. BUG=414842 TBR=dmichael@chromium.org Review URL: https://codereview.chromium.org/640033003 Cr-Commit-Position: refs/heads/master@{#299040}
-
sashab authored
Started replacing the current WebsiteSettings dialog with a simple implementation of the upcoming PageInfo dialog. Currently, the dialog only contains the URL, a short message about the site and a 'Done' button to close the dialog. Later, it will also contain individual dropdowns to configure permissions for the website's content settings. The new dialog is hidden behind the flag --enable-new-website-settings. Without the flag, the old dialog will be displayed. BUG=365528 Review URL: https://codereview.chromium.org/516703002 Cr-Commit-Position: refs/heads/master@{#299039}
-
jdduke authored
Use a proper WebMouseWheelEvent instance when validating the ToString behavior for events of type WebInputEvent::MouseWheel. BUG=422083 Review URL: https://codereview.chromium.org/642483003 Cr-Commit-Position: refs/heads/master@{#299038}
-
gajendra.n authored
On dragging and dropping an item on a folder that is currently showing its folder menu; the menu moves upwards by an offset, regardless of its parent button moved or not. This CL fixes the issue that the folder menu is moved only when its parent button is moved. Also, the offset value should be kBookmarkFolderButtonHeight. BUG=311155 R=asvitkine@chromium.org TEST= 1) Launch chrome and add a bookmark folder(folder1) to Bookmarks Bar 2) Add two folders(folder2 and folder3) within folder1. 3) Open folder1, now drag folder3 and hover it on folder2, wait until folder2 opens its folder menu, now drop the folder i.e release the mouse, and observe. 4) folder2's folder menu should not shift upwards, it should horizontally align with its button's frame. Review URL: https://codereview.chromium.org/606593002 Cr-Commit-Position: refs/heads/master@{#299037}
-
cpu authored
So the core of the mojo spy can travel to new, exciting destinations. BUG=none Review URL: https://codereview.chromium.org/648573002 Cr-Commit-Position: refs/heads/master@{#299036}
-