- 13 Feb, 2015 40 commits
-
-
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}
-
jvoung authored
We don't want SDK libraries to be thin archives, but chrome-test builds can use thin archives to save space/time. BUG=454640 TBR=bradnelson@chromium.org (lg'ed from @google.com, but owners file only lists @chromium) Review URL: https://codereview.chromium.org/911423002 Cr-Commit-Position: refs/heads/master@{#316259}
-
oysteine authored
Moved the TraceUploader from content/ to chrome/ and did some groundwork for other upload destinations to come. The TraceUploader is using Google APIs and should not be under content/. R=nduca,dsinclair,creis,thestig BUG=457323 Review URL: https://codereview.chromium.org/911153002 Cr-Commit-Position: refs/heads/master@{#316258}
-
kbr authored
BUG=457217 Review URL: https://codereview.chromium.org/928453002 Cr-Commit-Position: refs/heads/master@{#316257}
-
gcasto authored
Login pages with more than 2 text fields can send signals that looks like account creation pages. This change adds the ability to inform the Autofill server that the saved credentials have been used on the original form, which indicates that it is likely not an account creation form. BUG=454028 Review URL: https://codereview.chromium.org/920683002 Cr-Commit-Position: refs/heads/master@{#316256}
-
dtrainor authored
Revert of Disable console.log() dumping to LogMessages (patchset #2 id:20001 of https://codereview.chromium.org/921513002/) Reason for revert: Breaking existing test infrastructure and workflows. Original issue's description: > Disable console.log() dumping to LogMessages > > Only dump console.log() to LogMessages if the page is a WebUI. Don't dump any > other console.log() messages regardles of whether or not the WebContents is > incognito or not. > > BUG=454569 > > Committed: https://crrev.com/e19cbf6a6f94dd3b4cfa667e675f99e09a5624da > Cr-Commit-Position: refs/heads/master@{#316002} TBR=creis@chromium.org,dzhioev@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=454569 Review URL: https://codereview.chromium.org/927613003 Cr-Commit-Position: refs/heads/master@{#316255}
-
earthdok authored
BUG=454828 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/929463002 Cr-Commit-Position: refs/heads/master@{#316254}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/91d6112..0eaee17 TBR=senorblanco@chromium.org,tkent@chromium.org Review URL: https://codereview.chromium.org/923123002 Cr-Commit-Position: refs/heads/master@{#316253}
-
wtc authored
This makes geometry_type_converters.h independent of skia. A target can use geometry_type_converters.h without picking up a dependency on skia inadvertently. Create transform_converters.h for the converters to and from gfx::Transform, which is implemented using skia's SkMatrix44. R=jamesr@chromium.org,msw@chromium.org BUG=457280 Review URL: https://codereview.chromium.org/911793002 Cr-Commit-Position: refs/heads/master@{#316252}
-