- 27 Oct, 2014 40 commits
-
-
chrome://settingsygorshenin authored
BUG=230018 TEST=manual tests on falco Review URL: https://codereview.chromium.org/657923003 Cr-Commit-Position: refs/heads/master@{#301410}
-
qyearsley authored
This is my initial attempt at the script suggested in http://crbug.com/415890. BUG=415890 Review URL: https://codereview.chromium.org/652543005 Cr-Commit-Position: refs/heads/master@{#301409}
-
ajith.v authored
Currently there is insufficient coverage for text selection ActionBar menu interaction. Add several basic tests covering such functionality. Review URL: https://codereview.chromium.org/538103003 Cr-Commit-Position: refs/heads/master@{#301408}
-
antrim authored
R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/666443002 Cr-Commit-Position: refs/heads/master@{#301407}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/56de9f8..433f657 TBR=leviw@chromium.org,yurys@chromium.org Review URL: https://codereview.chromium.org/680103002 Cr-Commit-Position: refs/heads/master@{#301406}
-
yoz authored
BUG=399363 Review URL: https://codereview.chromium.org/643773002 Cr-Commit-Position: refs/heads/master@{#301405}
-
mthiesse authored
Context: https://codereview.chromium.org/660893002/ BUG=424345 Review URL: https://codereview.chromium.org/646033009 Cr-Commit-Position: refs/heads/master@{#301404}
-
Antoine Labour authored
TBR=kundaji BUG=427593 Review URL: https://codereview.chromium.org/680103004 Cr-Commit-Position: refs/heads/master@{#301403}
-
leviw authored
Revert of Replace Chrome IPC with Mojo IPC for querying BatteryStatus service (patchset #23 id:570001 of https://codereview.chromium.org/592153002/) Reason for revert: Broke battery-status LayoutTests: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=battery-status Original issue's description: > Replace Chrome IPC with Mojo IPC for querying BatteryStatus service > > This is based on patch set 26 from Darin's https://codereview.chromium.org/457933002/ . > > BUG=420623 > > Committed: https://crrev.com/9e6d2387b6d9b28ab6defe7f5feb715a5abbc242 > Cr-Commit-Position: refs/heads/master@{#301380} TBR=rockot@chromium.org,timvolodine@chromium.org,jam@chromium.org,viettrungluu@chromium.org,jln@chromium.org,tsepez@chromium.org,ppi@chromium.org NOTREECHECKS=true NOTRY=true BUG=420623 Review URL: https://codereview.chromium.org/676953005 Cr-Commit-Position: refs/heads/master@{#301402}
-
ianwen authored
getMobileFolder() is used in Enhanced Bookmark, and no longer needs to be marked VisibleForTesting to prevent it being stripped during proguard. BUG=NONE Review URL: https://codereview.chromium.org/669623008 Cr-Commit-Position: refs/heads/master@{#301401}
-
rkc authored
This CL adds tests for AudioDirectiveHandler which move time forward to verify functionality. It also adds a ref counted tick clock proxy that can be used to pass around a tick clock among multiple classes. BUG=None. R=xiyuan@chromium.org Review URL: https://codereview.chromium.org/665353002 Cr-Commit-Position: refs/heads/master@{#301400}
-
tsepez authored
This bring in: 4dc95e7 update openjpeg to r2911 db01bff Change the clear order of pDocPage and pDocRender Review URL: https://codereview.chromium.org/673043002 Cr-Commit-Position: refs/heads/master@{#301399}
-
peter authored
This implements the WebNotificationManager Blink API in //content, together with a dispatcher to communicate with the browser process and for the browser process to communicate with the appropriate Notification Manager. This code path is not being used yet, but will be once the Blink Web Notification API switches over. BUG=392187 Review URL: https://codereview.chromium.org/644643005 Cr-Commit-Position: refs/heads/master@{#301398}
-
yfriedman authored
Relying on instrumentation itself can lead to failures in the event of a popup on the bot (e.g. GooglePlayServices has an update). Instead, send the event to a view directly. BUG=427031 Review URL: https://codereview.chromium.org/662493006 Cr-Commit-Position: refs/heads/master@{#301397}
-
yzshen authored
BUG=418019 TEST=None Review URL: https://codereview.chromium.org/681813002 Cr-Commit-Position: refs/heads/master@{#301396}
-
anujk.sharma authored
BUG=424445 Review URL: https://codereview.chromium.org/679113002 Cr-Commit-Position: refs/heads/master@{#301395}
-
peter authored
This patch changes Notification objects created for Web Notifications to go without an associated WebContents. Because we want Web Notifications to be used from Web Workers, this no longer is a valid assumption to make. BUG=415160 Review URL: https://codereview.chromium.org/578883003 Cr-Commit-Position: refs/heads/master@{#301394}
-
lanwei authored
Making GestureConfiguration as an interface to serve all the platforms, so that Aura and Android push to and pull from the same data source, GestureConfiguration, where gesture configuring parameters are. BUG=339203 Review URL: https://codereview.chromium.org/613373004 Cr-Commit-Position: refs/heads/master@{#301393}
-
peter authored
This does not yet contain all layout-test only IPC messages, but moves those used in LayoutTestMessageFilter to a separate message file. As refactoring continues, more IPCs will move there from the ShellMessageFilter. BUG=420994 Review URL: https://codereview.chromium.org/677673002 Cr-Commit-Position: refs/heads/master@{#301392}
-
danakj authored
The invalidation on the active tree shouldn't prevent new tiles on the active tree from sharing with the pending tree. Instead, the invalidation on the pending tree should. The current code can lead to us re-rastering content for no reason on the active tree, when it is already available on the pending tree. Or sharing with the pending tree when it's not appropriate causing a non-atomic frame update during scrolling with pending tree content appearing on the active tree too soon. R=enne, vmpstr BUG=387116 Committed: https://crrev.com/82e46120237bc023559ac7ebddb29e21b6530170 Cr-Commit-Position: refs/heads/master@{#301193} Review URL: https://codereview.chromium.org/678773002 Cr-Commit-Position: refs/heads/master@{#301391}
-
dmazzoni authored
This is just a heuristic to handle a situation where neither the link or image are labeled. Since we can only export a single name attribute on Android - unlike other systems where we export several fields and let the assistive technology decide - this tries to do the sensible thing when there's a link containing an image. BUG=386623 Review URL: https://codereview.chromium.org/639773012 Cr-Commit-Position: refs/heads/master@{#301390}
-
robertocn authored
Setting default configuration to print any INFO and above logging without formatting to standard out. Review URL: https://codereview.chromium.org/660393002 Cr-Commit-Position: refs/heads/master@{#301389}
-
garykac authored
BUG= Review URL: https://codereview.chromium.org/654393005 Cr-Commit-Position: refs/heads/master@{#301388}
-
stevenjb authored
This is in preparation for moving NetworkConnect and NetworkStateNotifier from ash to ui/chromeos. BUG=425996 Review URL: https://codereview.chromium.org/673713003 Cr-Commit-Position: refs/heads/master@{#301387}
-
cjhopman authored
This change makes all libraries in the Android component build link successfully (including fixing and enabling libchrome_shell). This also makes all the libraries link in a component build for Linux, but without bot coverage for that platform it'll surely regress. This is almost entirely just fixing some missing/incorrect dependencies and adding missing source files for Android. Some targets were depending on an internal source_set/static_library when they should have been (or already were) depending on the corresponding component. In these cases, I added some visibility restrictions to those internal targets to try to prevent those types of dependencies from coming back. BUG=359249 Review URL: https://codereview.chromium.org/666813002 Cr-Commit-Position: refs/heads/master@{#301386}
-
rockot authored
This adds a simple utility handler to allow developers to query named commit data stored in the CommitTracker. For example, to find out which commit's cache is supplying data to the live instance, one may query /_query_commit/master This also properly requires _enqueue and _refresh requests to come from authenticated users (i.e. admins or the cron job). BUG=None R=kalman@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/679813004 Cr-Commit-Position: refs/heads/master@{#301385}
-
yukawa authored
This is a groundwork to support CursorAnchorInfo API for Android 5.0. No user visible change is intended with this CL. With this CL, ImeCompositionRangeChanged event will be routed from the renderer to the browser in Android 5.0 and above. The underlying functionality has been widely used in desktop OSes for years. There should be no performance impact for existing in Android 4.4 and prior version. Performance impact on Android 5.0 devices will be tracked as Issue 427090. Actual plumbing from native to Java layer will be handled in subsequent CLs. BUG=424866, 427090 TEST=Manually done on Nexus 7 Build/LPX13D Review URL: https://codereview.chromium.org/671503005 Cr-Commit-Position: refs/heads/master@{#301384}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/3a0cfeb..13f701a CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=hcm@google.com Review URL: https://codereview.chromium.org/671533006 Cr-Commit-Position: refs/heads/master@{#301383}
-
fdegans authored
Revert of Use <(DEPTH) instead of <(PRODUCT_DIR)/../../ for sanitizer blacklist paths. (patchset #2 id:20001 of https://codereview.chromium.org/633333003/) Reason for revert: This broke Windows bots, see http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20x64%20Builder/builds/22954/steps/runhooks/logs/stdio There is no pwd command on windows. Original issue's description: > Use <(DEPTH) instead of <(PRODUCT_DIR)/../../ for sanitizer blacklist paths. > > It's not correct to assume that the build directory is two levels below src/. > > BUG=427202 > R=glider@chromium.org > NOTRY=true > > Committed: https://crrev.com/dcb216595d483246a0979849f44a993f4d432c7f > Cr-Commit-Position: refs/heads/master@{#301379} TBR=glider@chromium.org,earthdok@chromium.org NOTREECHECKS=true NOTRY=true BUG=427202 Review URL: https://codereview.chromium.org/680913004 Cr-Commit-Position: refs/heads/master@{#301382}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/a13ee76..56de9f8 TBR=leviw@chromium.org,yurys@chromium.org Review URL: https://codereview.chromium.org/658183004 Cr-Commit-Position: refs/heads/master@{#301381}
-
ppi authored
This is based on patch set 26 from Darin's https://codereview.chromium.org/457933002/ . BUG=420623 Review URL: https://codereview.chromium.org/592153002 Cr-Commit-Position: refs/heads/master@{#301380}
-
earthdok authored
It's not correct to assume that the build directory is two levels below src/. BUG=427202 R=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/633333003 Cr-Commit-Position: refs/heads/master@{#301379}
-
jamescook authored
Also fix some linter errors. BUG=none TEST=compiles Review URL: https://codereview.chromium.org/681483003 Cr-Commit-Position: refs/heads/master@{#301378}
-
satorux authored
CrasAudioClientStubImpl has some fake-ish behavors (ex. SetAudioNodesForTesting). Besides other similar classes in the directory are named FakeWhateverClient. BUG=309506 TEST=none Review URL: https://codereview.chromium.org/675403002 Cr-Commit-Position: refs/heads/master@{#301377}
-
mvanouwerkerk authored
BUG=350377 Review URL: https://codereview.chromium.org/673783003 Cr-Commit-Position: refs/heads/master@{#301376}
-
dbeam authored
assistive tecnologies (e.g. screenreaders). Depends on https://codereview.chromium.org/668983004/. BUG=none R=aboxhall@chromium.org TEST=more "button" and less "link" in voice feedback or other ATs Review URL: https://codereview.chromium.org/671173008 Cr-Commit-Position: refs/heads/master@{#301375}
-
nednguyen authored
BUG=418375 Review URL: https://codereview.chromium.org/673373002 Cr-Commit-Position: refs/heads/master@{#301374}
-
avi authored
Revert of Changed api to notify when watched directory is deleted. (patchset #16 id:300001 of https://codereview.chromium.org/658013002/) Reason for revert: Linux Chromium OS ASan LSan Tests (1) http://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20(1) started burning when this landed: @@@STEP_LOG_LINE@OnFileChanged@Direct leak of 48 byte(s) in 3 object(s) allocated from:@@@ @@@STEP_LOG_LINE@OnFileChanged@ #0 0x579f3b in operator new(unsigned long) (/tmp/run_tha_testfLYqpC/out/Release/browser_tests+0x579f3b)@@@ @@@STEP_LOG_LINE@OnFileChanged@ #1 0x4a85629 in file_manager::(anonymous namespace)::CreateAndStartFilePathWatcher(base::FilePath const&, base::Callback\u003Cvoid (base::FilePath const&, bool)> const&) chrome/browser/chromeos/file_manager/file_watcher.cc:24:3@@@ Original issue's description: > Changed api to notify when watched directory is deleted. > > BUG=423257 > TEST=out/Release/browser_tests --gtest_filter=FileManagerPrivateApiTest.OnFileChanged > > Committed: https://crrev.com/962dea43ddd90e7e4224a03fa3c36a421281abb7 > Cr-Commit-Position: refs/heads/master@{#301325} TBR=mtomasz@chromium.org,yoshiki@chromium.org,yawano@chromium.org NOTREECHECKS=true NOTRY=true BUG=423257 Review URL: https://codereview.chromium.org/676403003 Cr-Commit-Position: refs/heads/master@{#301373}
-
mdjones authored
- Add field to distilled_page.proto - Update html template to accept "dir" attribute on body BUG=374404 Review URL: https://codereview.chromium.org/667323002 Cr-Commit-Position: refs/heads/master@{#301372}
-
pneubeck authored
This pulls in the following changes: - Add WakeOnWiFiEnabled property - Add cryptohome GetLoginStatus() definitions. - Third party VPN driver related DBus constants - Add property for WakeOnPacket - shill: Service: Add ManagedCredentials property - Add DBus constants for apmanager - Add session_manager method names for supervised user handling The ManagedCredentials property is required for improving autoconnect for managed networks. BUG=425049 Review URL: https://codereview.chromium.org/680043002 Cr-Commit-Position: refs/heads/master@{#301371}
-