- 01 Oct, 2014 2 commits
-
-
newt authored
The terms of service are now loaded from a URL instead of being packaged in the APK. BUG=416002 Review URL: https://codereview.chromium.org/619773002 Cr-Commit-Position: refs/heads/master@{#297554}
-
slamm authored
BUG=417894,417889 Review URL: https://codereview.chromium.org/605873002 Cr-Commit-Position: refs/heads/master@{#297553}
-
- 30 Sep, 2014 38 commits
-
-
dbeam authored
R=dmazzoni@chromium.org BUG=419153 TEST=search, press tab a few times Review URL: https://codereview.chromium.org/618833004 Cr-Commit-Position: refs/heads/master@{#297552}
-
morrita authored
Before this change, MojoApplicatioHost was activated only if some browser-side modules requested it. There was no way for renderer to activate it. This CL let MojoApplicationHost always get activated. Now renderer can request services it needs without its own activation flow. R=darin@chromium.org,tsepez@chromium.org TEST=none BUG=none Committed: https://crrev.com/bd0aa4dc467c10a4301e44084d8abbba92a35e56 Cr-Commit-Position: refs/heads/master@{#294969} Review URL: https://codereview.chromium.org/563373002 Cr-Commit-Position: refs/heads/master@{#297551}
-
sandersd authored
BUG=405731 Review URL: https://codereview.chromium.org/557723003 Cr-Commit-Position: refs/heads/master@{#297550}
-
aurimas authored
BUG=417543 Review URL: https://codereview.chromium.org/615213003 Cr-Commit-Position: refs/heads/master@{#297549}
-
reillyg authored
This API was to be used by WebUI that enumerates USB devices. This is being reimplemented as native UI so the API is no longer necessary. BUG= Review URL: https://codereview.chromium.org/617933002 Cr-Commit-Position: refs/heads/master@{#297548}
-
maxbogue authored
Because we don't know when the app will be killed, the current time before Directory saves can result in lost data. This change uses the app getting backgrounded as a signal that we might be killed soon and triggers a Directory::SaveChanges(). BUG=395233 Review URL: https://codereview.chromium.org/551843003 Cr-Commit-Position: refs/heads/master@{#297547}
-
zeeshanq authored
Blink behaviour is being changed to re-use the hit test node for content detection so this test shouldn't trigger touch adjustment as future changes to adjustment would cause this to fail. This is part 1 of 2, will be followed by https://codereview.chromium.org/604573002 BUG=381728, 416746 Review URL: https://codereview.chromium.org/603813002 Cr-Commit-Position: refs/heads/master@{#297546}
-
miu authored
Since Reset() is not a high-performance code path, it's acceptable to add the extra mutex lock while resetting all the member variables. By design, it was not actually harmful that ReadCurrentPowerAndClip() was making a racey read. BUG=418290 Review URL: https://codereview.chromium.org/611373003 Cr-Commit-Position: refs/heads/master@{#297545}
-
Alex Mineer authored
Cr-Commit-Position: refs/heads/master@{#297544}
-
dmazzoni authored
There were lots and lots of lazy uses of this API function! BUG=none Review URL: https://codereview.chromium.org/604423002 Cr-Commit-Position: refs/heads/master@{#297543}
-
bshe authored
BUG=416130 Review URL: https://codereview.chromium.org/618743003 Cr-Commit-Position: refs/heads/master@{#297542}
-
dtseng authored
Review URL: https://codereview.chromium.org/613223003 Cr-Commit-Position: refs/heads/master@{#297541}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/afbf2d6..46616af CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/612343004 Cr-Commit-Position: refs/heads/master@{#297540}
-
jmadill authored
For list of changes, see: https://chromium.googlesource.com/angle/angle/+log/df647a2a3..57f20894 BUG= Review URL: https://codereview.chromium.org/618673003 Cr-Commit-Position: refs/heads/master@{#297539}
-
zmo authored
Revert of Pass initDataType instead of contentType on OnNeedKey(). (patchset #4 id:60001 of https://codereview.chromium.org/611513005/) Reason for revert: This broke media/encrypted-media/encrypted-media-needkey.html on Linux (at least) Original issue's description: > Pass initDataType instead of contentType to OnNeedKey(). > > BUG=224786 > > Committed: https://crrev.com/2983dc91cc0bc7be6014f4bfc5cb19cc6e262a0b > Cr-Commit-Position: refs/heads/master@{#297523} TBR=ddorwin@chromium.org,sandersd@chromium.org NOTREECHECKS=true NOTRY=true BUG=224786 Review URL: https://codereview.chromium.org/616183002 Cr-Commit-Position: refs/heads/master@{#297538}
-
lfg authored
The tests included in this CL are: TestExecuteScriptIsAbortedWhenWebViewSourceIsChanged TestFindAPI TestFindAPI_findupdate TestGetProcessId TestHiddenBeforeNavigation TestInlineScriptFromAccessibleResources TestInvalidChromeExtensionURL BUG=352293 Review URL: https://codereview.chromium.org/615623002 Cr-Commit-Position: refs/heads/master@{#297537}
-
vitalyp authored
Already reviewed here: https://chromiumcodereview.appspot.com/543863002/ R=dbeam@chromium.org BUG=393873 Review URL: https://codereview.chromium.org/618133002 Cr-Commit-Position: refs/heads/master@{#297536}
-
maruel authored
It's constantly failing in linux/swarming in Debug. TBR=vitalybuka@chromium.org BUG=367665 Review URL: https://codereview.chromium.org/619763002 Cr-Commit-Position: refs/heads/master@{#297535}
-
fsamuel authored
BUG=none Review URL: https://codereview.chromium.org/604303002 Cr-Commit-Position: refs/heads/master@{#297534}
-
zmo authored
BUG=417756 TEST=bots TBR=zmo@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/614923004 Cr-Commit-Position: refs/heads/master@{#297533}
-
hanxi authored
- Update _api_features.json and _permissions.json to allow the following features in extensions: - declarativeWebrequest, - events - webRequest - webViewRequest - Move web_view_request_custom_bindings.js and web_view_request.json to extensions. - Remove ExtensionsAPIClient::GetRuleRegistry() since RuleRegisteryService has been moved to extension. - Clean up extensions/extensions.gyp. TBR=sky@chromium.org BUG=352293 Committed: https://crrev.com/4499156f5a5784eee9e0dc021f13b4ea0fd7d0d2 Cr-Commit-Position: refs/heads/master@{#297413} Review URL: https://codereview.chromium.org/596003002 Cr-Commit-Position: refs/heads/master@{#297532}
-
jamescook authored
Speculative fix: ChromeExtensionMessageFilter can outlive its Profile, so check |profile_| for NULL in OnPostMessage as is done in other message handlers. BUG=419047 TEST=none Review URL: https://codereview.chromium.org/617053002 Cr-Commit-Position: refs/heads/master@{#297531}
-
mmenke authored
and respect yjr --net_log_level switch. Also remove base log level from NetLog, as it doesn't really serve any purpose any more. BUG=418574 Review URL: https://codereview.chromium.org/612023003 Cr-Commit-Position: refs/heads/master@{#297530}
-
maruel authored
$ git log 37bcce2f5..6b1084e27 --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-09-30 maruel Add 'files', which will remove 'isolate_dependency_*'. 2014-09-30 maruel Remove isolate.py rewrite; this permits deleting a fair amount of code. R=vadimsh@chromium.org BUG=swarming:148 Review URL: https://codereview.chromium.org/619703003 Cr-Commit-Position: refs/heads/master@{#297529}
-
James Robinson authored
ui/ and chrome/ should not depend on anything from //extensions. R=brettw@chromium.org Review URL: https://codereview.chromium.org/597713002 Cr-Commit-Position: refs/heads/master@{#297528}
-
skuhne authored
BUG=412474 TEST=none Review URL: https://codereview.chromium.org/617043002 Cr-Commit-Position: refs/heads/master@{#297527}
-
dmazzoni authored
BUG=none Review URL: https://codereview.chromium.org/611473004 Cr-Commit-Position: refs/heads/master@{#297526}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/11ceb35..1ab5a95 TBR=zmo@chromium.org,eustas@chromium.org Review URL: https://codereview.chromium.org/615223002 Cr-Commit-Position: refs/heads/master@{#297525}
-
rch authored
Review URL: https://codereview.chromium.org/615213002 Cr-Commit-Position: refs/heads/master@{#297524}
-
sandersd authored
BUG=224786 Review URL: https://codereview.chromium.org/611513005 Cr-Commit-Position: refs/heads/master@{#297523}
-
aelias authored
Canvas fails to render and GPU raster crashes the browser on the Galaxy Tab 2. Note that this blacklist will also affect the Galaxy Nexus which has the same GPU. These features do basically work on the Galaxy Nexus, but I still observe issues like 1-second janks when GPU raster is enabled, and we know in general it's a very buggy, long-unsupported driver, so I think it's still appropriate to blacklist. NOTRY=true BUG=416910,169740,229891 Review URL: https://codereview.chromium.org/615243002 Cr-Commit-Position: refs/heads/master@{#297522}
-
tdanderson authored
Introduce EventProcessor::OnEventProcessingStarted(), to be called at the beginning of event-processing in EventProcessor::OnEventFromSource() before any targeting takes place. OnEventProcessingStarted() marks the event as handled if it is not to be dispatched, otherwise it optionally prepares the event for targeting and/or updates any state variables in the event processor. OnEventProcessingStarted() replaces EventProcessor::PrepareEventForDispatch() and allows us to remove all overrides of EventProcessor::OnEventFromSource() which are not part of unit tests. BUG=412776 TEST=EventProcessorTest.OnEventProcessingStarted, WidgetTest.GestureEventsNotProcessed, WindowEventDispatcherTest.MouseMovesHeld changed, WidgetTest.GestureEndEvents changed Review URL: https://codereview.chromium.org/552503003 Cr-Commit-Position: refs/heads/master@{#297521}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/1b466f7..afbf2d6 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/617763004 Cr-Commit-Position: refs/heads/master@{#297520}
-
grunell authored
Follow up to https://codereview.chromium.org/562263002/ BUG=406094 Review URL: https://codereview.chromium.org/573183002 Cr-Commit-Position: refs/heads/master@{#297519}
-
mad authored
TBR=noelutz OWNER of chrome/browser/safe_browsing folder, for trivial change of returning false instead of base class' true. Being exercised already by other derived classes, e.g., ExtensionDisabledGlobalError We will want to merge this to M39 once it gets added to Canary, hopefully tomorrow... BUG=419049 Review URL: https://codereview.chromium.org/616143002 Cr-Commit-Position: refs/heads/master@{#297518}
-
maruel authored
MigrationSingleClientTest.AllTypesIndividually MigrationSingleClientTest.AllTypesIndividuallyTriggerNotification TBR=jam@chromium.org BUG=403778 Review URL: https://codereview.chromium.org/616093004 Cr-Commit-Position: refs/heads/master@{#297517}
-
mfomitchev authored
BUG=419064 Review URL: https://codereview.chromium.org/614093004 Cr-Commit-Position: refs/heads/master@{#297516}
-
oshima authored
BUG=414340 R=yoz@chromium.org Review URL: https://codereview.chromium.org/617703002 Cr-Commit-Position: refs/heads/master@{#297515}
-