- 13 Feb, 2015 40 commits
-
-
sergeyu authored
Previously ConnectionToClient required stubs to be created before the client is authenticated. This is no longer necessary. Fixed it so set_*_stub() methods can be called only after authentication. Also removed auth input filters from ClientSession as they are no longer useful. BUG=448838 Review URL: https://codereview.chromium.org/902613004 Cr-Commit-Position: refs/heads/master@{#316299}
-
estade authored
- Add pref to make checkbox sticky - Implement checkbox as per-card, not per-device - Implement UI on Views BUG=448587 Review URL: https://codereview.chromium.org/910043002 Cr-Commit-Position: refs/heads/master@{#316298}
-
sergiyb authored
R=phajdan.jr@chromium.org, sheyang@chromium.org BUG=451020 Review URL: https://codereview.chromium.org/920583004 Cr-Commit-Position: refs/heads/master@{#316297}
-
davidben authored
Summary of changes available at: https://boringssl.googlesource.com/boringssl/+log/3bb4178..d306f16 BUG=none Review URL: https://codereview.chromium.org/922363003 Cr-Commit-Position: refs/heads/master@{#316296}
-
sgurun authored
There is no point of keeping source_origin as a parameter in postMessageTo* methods. It is not a parameter to expose to the source app in a webview API, and it is not a value that will change from one request to another, so for the simplicity's sake, remove it from java side completely. At the moment, I am not fully sure what a good value is so leaving it as a empty domain for now. BUG=393291 Review URL: https://codereview.chromium.org/923913004 Cr-Commit-Position: refs/heads/master@{#316295}
-
fsamuel authored
Hide implementation details of <webview> attribute state from web_view.js. We introduce a reset method on methods to be called in onElementDetached that resets the internal state without exposing the details of what that internal state is. BUG=none TBR=lazyboy@chromium.org Review URL: https://codereview.chromium.org/926083002 Cr-Commit-Position: refs/heads/master@{#316294}
-
dmazzoni authored
Renames KitKatBrowserAccessibilityManager to LollipopBrowserAccessibilityManager because we were never able to use the KitKat variant due to KitKat framework bugs. Adds a new method specifically for adding actions to AccessibilityNodeInfo, so we can use the new API in Lollipop, and suppresses the deprecation warnings in the non-Lollipop implementation. This gets rid of all of the remaining deprecation warnings in content/. BUG=405174 Review URL: https://codereview.chromium.org/925923003 Cr-Commit-Position: refs/heads/master@{#316293}
-
jmadill authored
https://chromium.googlesource.com/angle/angle/+log/592ab9dd91e..4085347266 BUG=391957,436191,450257,447419,452587,453543 R=zmo@chromium.org,bajones@chromium.org Review URL: https://codereview.chromium.org/925693002 Cr-Commit-Position: refs/heads/master@{#316292}
-
rdevlin.cronin authored
The infobar API was never really finished enough to launch, and has been limping along for the past few years. We should finally kill it. BUG=458325 Review URL: https://codereview.chromium.org/923463003 Cr-Commit-Position: refs/heads/master@{#316291}
-
mlerman authored
BUG=456905 Review URL: https://codereview.chromium.org/913123005 Cr-Commit-Position: refs/heads/master@{#316290}
-
brettw authored
Also removed a few extra "-Wpedantic" warnings in ppapi_cpp. I don't see a good justification why this should be different than the rest of the project. Fix GN error in media. NOPRESUBMIT=true Review URL: https://codereview.chromium.org/915403003 Cr-Commit-Position: refs/heads/master@{#316289}
-
dtapuska authored
leaderd is a ChromeOS system daemon that exposes group leader capability. Expose the ability to create groups, join and listen to events on the groups. BUG=453872 Review URL: https://codereview.chromium.org/887083002 Cr-Commit-Position: refs/heads/master@{#316288}
-
hans authored
For the ToT builder(s). BUG=452726 NOPRESUBMIT=true NOTRY=true Review URL: https://codereview.chromium.org/923163002 Cr-Commit-Position: refs/heads/master@{#316287}
-
jln authored
Add address space resource limits to NaCl processes. BUG=455839 Review URL: https://codereview.chromium.org/919203002 Cr-Commit-Position: refs/heads/master@{#316286}
-
xunjieli authored
This CL is needed to test package protected classes and methods. MessageLoop.java was originally made public for testing. This CL revert it to be package protected, to make sure this naming scheme works in testing. BUG=456989 Review URL: https://codereview.chromium.org/884003004 Cr-Commit-Position: refs/heads/master@{#316285}
-
rkaplow authored
I've identified areas which cause long delays through tracing and debugging, and want to collect metrics to see the effect in the wild. I've also added new trace events to match the new histograms. BUG=454789 Review URL: https://codereview.chromium.org/922333002 Cr-Commit-Position: refs/heads/master@{#316284}
-
hanxi authored
A refacotring in the renderer side: introduce InjectionHost to de-couple extensions and to support content script injection out of chrome extensions. BUG=437566 Review URL: https://codereview.chromium.org/885493007 Cr-Commit-Position: refs/heads/master@{#316283}
-
newt authored
- Moves some strings from android_ui_strings.grd to android_chrome_strings.grd since they're only used in src/chrome - Simplifies string loading and formatting in Data Saver promo - Uses Android's Formatter class to format byte/KB/MB values instead of rolling our own solution in WebsitePreference.java. - Neatens up android_ui_strings.grd Review URL: https://codereview.chromium.org/926033003 Cr-Commit-Position: refs/heads/master@{#316282}
-
Nico Weber authored
Const member variables must be set in constructors. BUG=82385 TBR=perkj Review URL: https://codereview.chromium.org/917183003 Cr-Commit-Position: refs/heads/master@{#316281}
-
epenner authored
This made it really easy to animate over the content's SurfaceView, but now we've moved this responsibility lower to the actual views that are animating. Having this disabled most of the time saves us one overlay in SurfaceFlinger. BUG=441805 Review URL: https://codereview.chromium.org/918393002 Cr-Commit-Position: refs/heads/master@{#316280}
-
dcastagna authored
DrMemory reported uninitialized read for GPUTiming::CheckAndResetTimerErrors. This was probably caused by GLFakeQueries::disjointed_ not being properly initialized and being read in GPUTiming::GetIntegerv. BUG=458607 Review URL: https://codereview.chromium.org/924023003 Cr-Commit-Position: refs/heads/master@{#316279}
-
sullivan authored
BUG= Review URL: https://codereview.chromium.org/923133003 Cr-Commit-Position: refs/heads/master@{#316278}
-
sergeyu authored
This is similar to the VideoScheduler refactoring. AudioPump now is not ref-counted, but otherwise works the same as AudioScheduler. Also simplified AudioCapturer interface. Review URL: https://codereview.chromium.org/866863004 Cr-Commit-Position: refs/heads/master@{#316277}
-
ttuttle authored
BUG= Review URL: https://codereview.chromium.org/895683002 Cr-Commit-Position: refs/heads/master@{#316276}
-
andresantoso authored
The placeholder attributed string needs to have the same paragraph style attribute as the regular text. BUG=452632 Review URL: https://codereview.chromium.org/920243002 Cr-Commit-Position: refs/heads/master@{#316275}
-
andresantoso authored
This is a follow-up tweak for https://codereview.chromium.org/918533005/. Review URL: https://codereview.chromium.org/922223003 Cr-Commit-Position: refs/heads/master@{#316274}
-
fsamuel authored
web_view.js and extension_view.js call into maybeHandleMutation which will call handleMutation if the mutation is not set to be ignored. This removes access to the ignoreMutation field outside of attribute objects. This CL also fixes a bug in extensionview src attribute where it does not access the ignoreMutation field properly. BUG=none TBR=lazyboy@chromium.org Review URL: https://codereview.chromium.org/929453002 Cr-Commit-Position: refs/heads/master@{#316273}
-
dbeam authored
R=asanka@chromium.org BUG=457154 TEST=visual (see bug) Review URL: https://codereview.chromium.org/923873002 Cr-Commit-Position: refs/heads/master@{#316272}
-
xunjieli authored
This CL adds chunked upload support for embedded test server, so that Cronet can test chunked upload using this test server. BUG=412942 Review URL: https://codereview.chromium.org/920483004 Cr-Commit-Position: refs/heads/master@{#316271}
-
mlerman authored
BUG=NONE Review URL: https://codereview.chromium.org/928493003 Cr-Commit-Position: refs/heads/master@{#316270}
-
dcheng authored
Blink allows copy/cut to be triggered with a user gesture, but the chrome implementation of WebPermissionsClient was clobbering that bit of information. BUG=424968 Review URL: https://codereview.chromium.org/913253002 Cr-Commit-Position: refs/heads/master@{#316269}
-
aurimas authored
RTL language support existed in JB MR0 but RTL layout support didn't show up until the next release. Moves all of the v16 folders to v17 BUG=426820 Review URL: https://codereview.chromium.org/923963003 Cr-Commit-Position: refs/heads/master@{#316268}
-
dtseng authored
BUG=455428 Review URL: https://codereview.chromium.org/902783006 Cr-Commit-Position: refs/heads/master@{#316267}
-
jdduke authored
Pull the necessary files from Android's app compat library (v4) to reuse the SwipeRefreshLayout. This allows perfect reproduction of the platform pull-to-refresh style while accomodating differences inherent to Chrome's asynchonous input pipeline. Integration of and necessary changes to this effect will be performed in https://codereview.chromium.org/894193005/. License reviewed per http://www.chromium.org/developers/adding-3rd-party-libraries. BUG=428429 Review URL: https://codereview.chromium.org/897663003 Cr-Commit-Position: refs/heads/master@{#316266}
-
ttuttle authored
Add a histogram to see, on an individual collector level, how long the scheduler is backing off for, in failure or retry-after cases. (In the future we will use this to make sure retry-after works.) BUG= Review URL: https://codereview.chromium.org/907993003 Cr-Commit-Position: refs/heads/master@{#316265}
-
fgorski authored
BUG=458590 TBR=pastarmovj@chromium.org,mnissler@chromium.org Review URL: https://codereview.chromium.org/929483002 Cr-Commit-Position: refs/heads/master@{#316264}
-
sullivan authored
BUG= Review URL: https://codereview.chromium.org/921253002 Cr-Commit-Position: refs/heads/master@{#316263}
-
rogerta authored
kEnableIframeBasedSignin. Regression in M41. BUG=457625 Review URL: https://codereview.chromium.org/927573002 Cr-Commit-Position: refs/heads/master@{#316262}
-
felt authored
This makes the geolocation permission tests run for both infobars and permission bubbles. The tests now run as parameterized tests. Supercedes parts of: https://codereview.chromium.org/411503005/ https://codereview.chromium.org/341833004/ BUG=438758 Committed: https://crrev.com/f57c61952870c6027dbf220eff8b2d703bfed3c8 Cr-Commit-Position: refs/heads/master@{#314541} Committed: https://crrev.com/d9f24fc092eba7accd05df923b1a1aa911a8ca38 Cr-Commit-Position: refs/heads/master@{#315883} Review URL: https://codereview.chromium.org/787033004 Cr-Commit-Position: refs/heads/master@{#316261}
-
rdevlin.cronin authored
There's a good amount of platform-agnostic work done in the extension installed bubble classes, and we have the groundwork for a shared controller in ExtensionInstalledBubble. Wire up the Cocoa implementation (ExtensionInstalledBubbleController) to use this so we can begin moving more shared logic into the shared class. BUG=458301 Review URL: https://codereview.chromium.org/917863003 Cr-Commit-Position: refs/heads/master@{#316260}
-