- 01 Sep, 2014 40 commits
-
-
shuchen authored
1) Use hash in inputview url to support fast inputview switching. 2) Add 'm17n:' to m17n keyboard layout id to avoid conflicts (e.g. 'si' in XKB vs. 'si' in M17n) 3) Change layout IDs for Chinese IMEs to support future compact layouts. BUG=254398,406979 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/473603003 Cr-Commit-Position: refs/heads/master@{#292863}
-
qsr authored
R=ppi@chromium.org Review URL: https://codereview.chromium.org/522653004 Cr-Commit-Position: refs/heads/master@{#292862}
-
Henrik Kjellander authored
Remove a bunch of code that is already longer used or will become unused when https://review.webrtc.org/22149004/ and https://codereview.chromium.org/505153002/ are landed. Remove hardcoded paths to the WebRTC isolate files to make it easier for us to make changes to them, since we can pass the path to the .isolate file on test execution instead (keeping the configuration in the WebRTC buildbot recipe instead). Previously we had to roll our Chromium revision in WebRTC DEPS every time a change was made before it became used. Add support for a CHECKOUT_SOURCE_ROOT environment variable used to make it possible to override the hardcoded path traversal that is done to find the src/ directory (since it's different for WebRTC bots). I considered passing a flag into the test_runner.py scripts instead of using an environment variable, but my opinion is that it would pollute the code too much since constants.DIR_SOURCE_ROOT is used in 70 different places. BUG=webrtc:3741 TEST=local building and test execution using command lines like this: cd /path/to/webrtc/src export CHECKOUT_SOURCE_ROOT=`pwd` build/android/test_runner.py gtest -s tools_unittests --isolate-file-path=webrtc/tools/tools_unittests.isolate R=navabi@chromium.org Review URL: https://codereview.chromium.org/500423004 Cr-Commit-Position: refs/heads/master@{#292861}
-
fukino authored
This CL removes: - "Move window to..." menu item from the gear menu. - Remove APIs fileBrowserPrivate.onProfileAdded and fileBrowserPrivate.onDesktopChanged as they are used only for updating gear menu. - Remove corresponding tests. BUG=408965 TEST=run browser_test, unit_tests TBR=benwells@chromium.org # TBRing for just removing unused events from file_browser_private.idl Review URL: https://codereview.chromium.org/530553006 Cr-Commit-Position: refs/heads/master@{#292860}
-
fukino authored
BUG=408949 TEST=manually Review URL: https://codereview.chromium.org/529693002 Cr-Commit-Position: refs/heads/master@{#292859}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/78807df2ce8a43f50941cee9ae05458df0cc05bf..46b3b608360a078fb8ddae2c3c22042eacbc2e87 TBR= Review URL: https://codereview.chromium.org/526033002 Cr-Commit-Position: refs/heads/master@{#292858}
-
kcarattini authored
The hotwording checkbox was moved from the 'Privacy' section of the settings page in https://codereview.chromium.org/382123004/ This cl moves it back to the 'Privacy' section and shows and hides the 'Voice' section according to the enable-experimental-hotwording flag. BUG=407893 Review URL: https://codereview.chromium.org/523573004 Cr-Commit-Position: refs/heads/master@{#292857}
-
ricea authored
Previously WebSocketFrameTestMaskBenchmark.* were included in net_unittests (with a small number of iterations to avoid slowing down testing). Move them to net_perftests. Also remove the command-line option to control the number of iterations, and use the standard base::PerfTimeLogger output instead of custom logging. BUG=407445 TEST=net_unittests, net_perftests Review URL: https://codereview.chromium.org/502353002 Cr-Commit-Position: refs/heads/master@{#292856}
-
machenbach authored
TBR=jarin@chromium.org Review URL: https://codereview.chromium.org/530683003 Cr-Commit-Position: refs/heads/master@{#292855}
-
qsr authored
R=navabi@chromium.org Review URL: https://codereview.chromium.org/517983002 Cr-Commit-Position: refs/heads/master@{#292854}
-
perkj authored
This changes monitoring of video frames delivered to MediaStreamVideoSource to be started when the source is started and stopped when the source is stopped rather than depend on that the source object is destroyed since destruction is dependent on when blink runs garbage collection. It removes the unused MediaStreamVideoTrack::SetMuted and GetMuted. It reduces the need for a thread hop between the io-thread and the render thread for each monitor intervall by only trigger the monitoring callback on if a change has occured. It reduces the test time of media_stream_video_source_unittest.cc from more than 7s to around 200ms. BUG= 404106 Review URL: https://codereview.chromium.org/509873002 Cr-Commit-Position: refs/heads/master@{#292853}
-
mkwst authored
BUG=400674 TBR=palmer@chromium.org Review URL: https://codereview.chromium.org/496703002 Cr-Commit-Position: refs/heads/master@{#292852}
-
mtomasz authored
This patch makes the method providing additional metadata for entries available for provided file systems too. NOTRY=True TEST=Tested manually. Files app works as before. BUG=408017 Review URL: https://codereview.chromium.org/515033002 Cr-Commit-Position: refs/heads/master@{#292851}
-
tzik authored
Fix mock expectation for the flaky test. BUG=408443 TEST=unit_tests --gtest_filter=SyncFileSystemServiceTest.SimpleLocalSyncFlow Review URL: https://codereview.chromium.org/524193004 Cr-Commit-Position: refs/heads/master@{#292850}
-
dongseong.hwang authored
What’s New in OpenGL ES 3.0 among GL extentions - Vertex array - Element index uint - npot texture - float texture (1)(2) - GLSL standard derivatives - Blend min&max (1) GLES3 supports float and half float texture but only half float texture is filterable and doesn't allow them for color attachment. (2) This CL doesn't enable half_float due to conflicting GL_OES_texture_float BUG=405484 Review URL: https://codereview.chromium.org/489023002 Cr-Commit-Position: refs/heads/master@{#292849}
-
mboc authored
BUG=none Review URL: https://codereview.chromium.org/517103003 Cr-Commit-Position: refs/heads/master@{#292848}
-
dmazzoni authored
The underlying issue is that by the time we get around to processing a live region node from a mutation observer, the node may no longer be part of the DOM, in which case we should treat it as invisible. To fix it, fix cvox.DomUtil.hasInvisibleAncestor_ so that it returns true (invisible) if passed an element that's not actually part of the document. BUG=408821 Review URL: https://codereview.chromium.org/517853002 Cr-Commit-Position: refs/heads/master@{#292847}
-
mtomasz authored
The field is not used, so it should be removed. NOTRY=True TEST=Tested manually that Files app works correctly. BUG=408017 Review URL: https://codereview.chromium.org/522533003 Cr-Commit-Position: refs/heads/master@{#292846}
-
fukino authored
When a user starts to drag an item before they haven't selected any item yet, FileTable.lastSelection_ can be undefined and this ends up an incorrect drag image. The existence of lastSelection_ should be checked. BUG=409514 TEST=manually Review URL: https://codereview.chromium.org/532453002 Cr-Commit-Position: refs/heads/master@{#292845}
-
dmazzoni authored
This is causing problems when a function that returns an array of nav descriptions returns more than one item, they're not all processed correctly. BUG=408821 Review URL: https://codereview.chromium.org/517843002 Cr-Commit-Position: refs/heads/master@{#292844}
-
mgiuca authored
PaginationController abstracts over mouse wheel, touch screen and touchpad event handling for updating the PaginationModel. This allows any client of PaginationModel (ie, ContentsView) to properly handle scrolling events. It also removes the code duplication in OnMouseWheel and OnScrollEvent. BUG=406222 Review URL: https://codereview.chromium.org/524503003 Cr-Commit-Position: refs/heads/master@{#292843}
-
zhaoqin authored
TBR=ygorshenin@chromium.org BUG=381584 NOTRY=true Review URL: https://codereview.chromium.org/526013002 Cr-Commit-Position: refs/heads/master@{#292842}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#292841}
-
mtomasz authored
Previously, thumbnails were generated from full size images, which in case of cloud providers would invoke downloading the entire file. This CL adds an ability to provide a thumbnail as a data URI, so: (1) We can have thumbnails for other file types than images. (2) Thumbnails are shown fast. (3) Resource consumption is significantly reduced. Note, that the thumbnails are not wired to Files app yet. That will be done in a separate patch. TEST=unit_tests: *FileSystemProvider*GetMetadata* BUG=407954 Review URL: https://codereview.chromium.org/513683002 Cr-Commit-Position: refs/heads/master@{#292840}
-
tkent authored
This is a preparation to support AXObject in PagePopup. PagePopup doesn't have WebLocalFrame, and it's difficult to provide it. We can remove WebLocalFrame dependency of BlinkAXTreeSource by using WebDocument::scrollOffset, minimumScrollOffset, and maximumScrollOffset. This CL has no functionality changes. BUG=123896 Review URL: https://codereview.chromium.org/510123003 Cr-Commit-Position: refs/heads/master@{#292839}
-
nhiroki authored
This change... (a) updates the install sequence based on the latest spec. Before this patch, the installing version is set after resolving the register promise. After this patch, the installing version is set before resolving the promise. (b) fills registration's version attributes before resolving the register promise. This should fix the problem mentioned c#5 in the issue and should absorb the change of the timing to set the installing version due to (a). (c) adds a separate IPC for updatefound event to adjust the timing to fire the event. Before this patch, the event shares SetVersionAttributes message. [1] Blink: https://codereview.chromium.org/524193003/ [2] Chromium: THIS PATCH [3] Blink: https://codereview.chromium.org/517223002/ Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#installation-algorithm BUG=406240 TEST=content_unittests --gtest_filter=ServiceWorker* TEST=run_webkit_tests.py http/tests/serviceworker/ Review URL: https://codereview.chromium.org/517493002 Cr-Commit-Position: refs/heads/master@{#292838}
-
amogh.bihani authored
OnBufferingUpdate does not work for local resources. Because of this the buffered range does not get updated. This patch updates the bufferd range atleast untill the video has played so that media controls can be painted properly. TBR=abarth@chromium.org BUG=405474 Review URL: https://codereview.chromium.org/496683002 Cr-Commit-Position: refs/heads/master@{#292837}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/700a78d72fdf4f09b28446818028b39f31e26b38..eb2662c08f07764491a17e0a397cdbeb0e2c05c1 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/529613002 Cr-Commit-Position: refs/heads/master@{#292836}
-
aboxhall authored
BUG=309681 Review URL: https://codereview.chromium.org/514363002 Cr-Commit-Position: refs/heads/master@{#292835}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/559a6d4ab7a84c539a58fbc8d8dbc64c97994359..78807df2ce8a43f50941cee9ae05458df0cc05bf TBR= Review URL: https://codereview.chromium.org/529633002 Cr-Commit-Position: refs/heads/master@{#292834}
-
qyearsley authored
Note: This only runs pylint and tests for the auto_bisect directory (this was much simpler than picking and choosing particular files from the parent tools directory). I think the next step is to move bisect-perf-regression.py and related files into the auto_bisect directory. BUG= Review URL: https://codereview.chromium.org/529593002 Cr-Commit-Position: refs/heads/master@{#292833}
-
yosihki authored
Previously, the error message was 'An error occurred.' This patch changes it to "This file could not be displayed." BUG=405860 TEST=manually tested TBR=fukino@chromium.org Review URL: https://codereview.chromium.org/523663002 Cr-Commit-Position: refs/heads/master@{#292832}
-
tzik authored
If a service is enabled after initialization failed, SyncEngine didn't try initializing SyncWorker again, and that makes SyncFS stuck. BUG=402356 Review URL: https://codereview.chromium.org/470403004 Cr-Commit-Position: refs/heads/master@{#292831}
-
zhaoqin authored
- rename WebRtcBrowserTest.TwoCallsWithAecDump to WebRtcAecDumpBrowserTest.*CallWithAecDump* TBR=phoglund@chromium.org BUG=389132 NOTRY=true Review URL: https://codereview.chromium.org/523123003 Cr-Commit-Position: refs/heads/master@{#292830}
-
mtomasz authored
MetadataCache is soon going to be generalized from Drive to also FSP file systems. So, in the Files app layer, we should not have Drive specific code. TEST=Tested manually. BUG=408017 Review URL: https://codereview.chromium.org/517213002 Cr-Commit-Position: refs/heads/master@{#292829}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/332a56a9d8e5d800e3a1fb8aa69c241d0ce59912..559a6d4ab7a84c539a58fbc8d8dbc64c97994359 TBR= Review URL: https://codereview.chromium.org/525693003 Cr-Commit-Position: refs/heads/master@{#292828}
-
fukino authored
Now that the Files.app uses default system header, the own profile badge is redundant. BUG=408816 TEST=confirmed manually, ran browser_tests Review URL: https://codereview.chromium.org/520623002 Cr-Commit-Position: refs/heads/master@{#292827}
-
mgiuca authored
Scrolling remains horizontal in the normal (and centered) app lists. BUG=406222 TEST=Run with --enable-experimental-app-list --show-app-list. Apps grid view should scroll vertically. Normal app list should still scroll horizontally. Review URL: https://codereview.chromium.org/491973004 Cr-Commit-Position: refs/heads/master@{#292826}
-
zhaoqin authored
TBR=phoglund@chromium.org BUG=389132 NOTRY=true Review URL: https://codereview.chromium.org/518173004 Cr-Commit-Position: refs/heads/master@{#292825}
-
zhaoqin authored
TBR=henrika@chromium.org NOTRY=true BUG=409485 Review URL: https://codereview.chromium.org/528653002 Cr-Commit-Position: refs/heads/master@{#292824}
-