- 09 Jan, 2015 40 commits
-
-
knn authored
BUG=446795 Review URL: https://codereview.chromium.org/823273007 Cr-Commit-Position: refs/heads/master@{#310796}
-
ckocagil authored
BUG=443777 R=msw Review URL: https://codereview.chromium.org/843503003 Cr-Commit-Position: refs/heads/master@{#310795}
-
dnicoara authored
Rather than block until the swap event has been acknowledged, listen for page flip events allowing the GPU main thread to continue execution while the page flip is pending. BUG=438389 NOTRY=true Review URL: https://codereview.chromium.org/821023003 Cr-Commit-Position: refs/heads/master@{#310794}
-
jochen authored
R=cjhopman@chromium.org,scottmg@chromium.org,thakis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/842133003 Cr-Commit-Position: refs/heads/master@{#310793}
-
rmcilroy authored
Not yet enabled by default. BUG=421063,439661 Review URL: https://codereview.chromium.org/819203003 Cr-Commit-Position: refs/heads/master@{#310792}
-
alexclarke authored
The timeouts in OpenAudioFiles/FileManagerBrowserTest where due to a task reordering which caused audioPlayerApp.closeWindowAndWait to never complete because the call to getWindows failed silently. Patches 837203002 and 832183008 must be submitted first. BUG=432129, 444574 Review URL: https://codereview.chromium.org/838193002 Cr-Commit-Position: refs/heads/master@{#310791}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/9b2cf52..703dd2e CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=caryclark@google.com Review URL: https://codereview.chromium.org/843993002 Cr-Commit-Position: refs/heads/master@{#310790}
-
khannans authored
When requesting access to a blacklisted url from the interstitial page, update the page with the request sent status. Note: I am exposing RenderFrameHost in the interstitial page in order to execute javascript as a means to communicate with the webpage. The RenderViewHost was already being used in android for routing gestures. This is makes the exposure for all platforms. BUG=443166 Review URL: https://codereview.chromium.org/789703004 Cr-Commit-Position: refs/heads/master@{#310789}
-
gcasto authored
Previously as long as the origin of the form recieved from Autofill matched the form detected by heuristics (i.e. the page hadn't navigated before parsing the server response), the first form on the page that matched local heuristics was assumed to be the account creation form. BUG=447484 Review URL: https://codereview.chromium.org/845693002 Cr-Commit-Position: refs/heads/master@{#310788}
-
peter authored
When the browser process is started in response to a user interaction with a Web Notification on Android, there may not be a delegate for the given notification, which means that it cannot currently be closed. In order to solve this, make sure the platform Id of a notification is stored when the clicked on notification is not known to the browser process yet (and thus was created by a previous session). BUG=90795 Review URL: https://codereview.chromium.org/826883003 Cr-Commit-Position: refs/heads/master@{#310787}
-
derat authored
Add a pref that controls whether the Chrome OS power manager will ensure that the screen brightness is nonzero when it observes user activity. Also bump the system_api dependency to 7678688b. BUG=chromium:256914 Review URL: https://codereview.chromium.org/807093003 Cr-Commit-Position: refs/heads/master@{#310786}
-
anujk.sharma authored
BUG=447206 Review URL: https://codereview.chromium.org/847463002 Cr-Commit-Position: refs/heads/master@{#310785}
-
edwardjung authored
The useragent is actually 'UIWebVewForStaticContent' rather than the normal agent string exposed to a web page. BUG=424118 Review URL: https://codereview.chromium.org/809363003 Cr-Commit-Position: refs/heads/master@{#310784}
-
andresantoso authored
ShowSessionCrashBubble and ShowProfileResetBubble are global functions with 2 definitions (Cocoa and Views). Refactor them into virtual methods in BrowserWindow to avoid duplicate definitions and to ensure that the right bubbles are invoked for the browser window. BUG=425229 Review URL: https://codereview.chromium.org/841163002 Cr-Commit-Position: refs/heads/master@{#310783}
-
kenobi authored
This simply takes the existing drive code for computing content hashes, and exposes it as part of the file manager private API. The existence of this code is a temporary shim to tide us over until issue 446863 is addressed. BUG=420680 TEST=browser_tests: FileManagerPrivateApiTest.* Review URL: https://codereview.chromium.org/840843002 Cr-Commit-Position: refs/heads/master@{#310782}
-
pkotwicz authored
BUG=447231 TEST=Manual, see bug Review URL: https://codereview.chromium.org/838213003 Cr-Commit-Position: refs/heads/master@{#310781}
-
jamescook authored
Because app_shell does not support code in //chrome it cannot register the special chromeos::FileSystemBackend that handles kFileSystemTypeNativeLocal. However, code in //storage in IsolatedFileSystemBackend implicitly assumes that on Chrome OS kFileSystemTypeNativeLocal will be handled elsewhere. This patch changes IsolatedFileSystemBackend to provide support for kFileSystemTypeNativeLocal whenever the //storage embedder does not provide a backend for it. This preserves existing behavior for non-app_shell platforms and makes app_shell behave like Linux, which works fine. A better solution would be to refactor chromeos::FileSystemBackend out of //chrome/browser/chromeos, but that is blocked on componentization of //chrome/browser/drive, see http://crbug.com/257943 BUG=447027 TEST=existing FileSystem unit and browser tests, manual test of app_shell (see bug for test app) Review URL: https://codereview.chromium.org/838323003 Cr-Commit-Position: refs/heads/master@{#310780}
-
peter authored
The code is currently toggling the defaults for PUSH_MESSAGING, but it should be using NOTIFICATIONS instead. BUG=90795 Review URL: https://codereview.chromium.org/845723003 Cr-Commit-Position: refs/heads/master@{#310779}
-
twellington authored
Make dividers full width, increase size of preference category icons to recommended minimum size for touchable items. BUG=414438 Review URL: https://codereview.chromium.org/788053007 Cr-Commit-Position: refs/heads/master@{#310778}
-
aluebs authored
Check the ChromeOS model to pass down the correct microphone array geometry. BUG=405270 Review URL: https://codereview.chromium.org/833643005 Cr-Commit-Position: refs/heads/master@{#310777}
-
perkj authored
The reason is to fix a problem where the delegate could be deleted on the IO-thread instead of the main render thread. BUG=444177 Review URL: https://codereview.chromium.org/843943002 Cr-Commit-Position: refs/heads/master@{#310776}
-
henryhsu authored
Some platforms have multiple video decoders and encoders. Return the first succeed initialized VDA and VEA from all possible platforms. BUG=chromium:445016 TEST=test on squawks and peach_pit Review URL: https://codereview.chromium.org/845663003 Cr-Commit-Position: refs/heads/master@{#310775}
-
mlerman authored
This is a prelude to https://codereview.chromium.org/813133003/, which will introduce some dependencies between the SigninErrorController and some other PKSes. To make these cleaner, this is a yak shave to move the SigninErrorController out from being a member of the ProfileOAuth2TokenService (which is a ProfileKeyedService) and into its own PKS. BUG=434829 Review URL: https://codereview.chromium.org/809313009 Cr-Commit-Position: refs/heads/master@{#310774}
-
derat authored
Move UserActivityDetector and UserActivityObserver out of ui/wm/core/ so that other classes in ui/base/ can depend on them. This is needed in order to be able to later move chrome/browser/idle_chromeos.cc out of chrome/ so that the chrome.idle API can eventually be moved to extensions/. BUG=446320 Review URL: https://codereview.chromium.org/833893003 Cr-Commit-Position: refs/heads/master@{#310773}
-
lizeb authored
The instrumentation uses android.os.Trace instead of the more common org.chromium.base.TraceEvent as the resource extraction is typically done before the native library initialization, so TraceEvent calls are dropped (per TraceEvent documentation). BUG=445718 Review URL: https://codereview.chromium.org/805693003 Cr-Commit-Position: refs/heads/master@{#310772}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/e34d6bd..9b2cf52 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=caryclark@google.com Review URL: https://codereview.chromium.org/843073002 Cr-Commit-Position: refs/heads/master@{#310771}
-
peter authored
When a displayed notification outlives the browser process, we need to be able to wake up the browser and re-create all required objects and data in order to fire the "notificationclick" event on the Service Worker associated with a notification. This patch serializes the notification data in a pickle, and passes it as an opaque byte array to the Java side, where it's stored in the Android intent. When the intent fires, we pass it back to C++ and unserialize the data there. BUG=90795, 432527 Review URL: https://codereview.chromium.org/839533004 Cr-Commit-Position: refs/heads/master@{#310770}
-
derat authored
Document a new histogram that will be reported from a Chrome OS Upstart script when the system is automatically rebooted after a dbus-daemon crash. BUG=432980 Review URL: https://codereview.chromium.org/807933005 Cr-Commit-Position: refs/heads/master@{#310769}
-
mtklein authored
This updates analysis_canvas_unittest.cc to match the rest of Chromium, using an SkRTree instead of an SkTileGrid. This helps us delete SkTileGrid. The remaining references to SkTileGridFactory are all just to SkTileGridFactory::TileGridInfo, which I'll clean up in another pass. BUG=skia:3085 Review URL: https://codereview.chromium.org/841173003 Cr-Commit-Position: refs/heads/master@{#310768}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#310767}
-
hashimoto authored
To avoid having a lot of -Wunused-private-field warnings when using "=delete" to implement DISALLOW_COPY_AND_ASSIGN. BUG=447445 Review URL: https://codereview.chromium.org/824893004 Cr-Commit-Position: refs/heads/master@{#310766}
-
mkosiba authored
This makes it possible to mmap the V8 snapshot and ICU data file directly from the WebView APK. Doing so makes it possible to remove the android_webview_telemetry_build flag which in turns means we can build the WebView with the same set of flags that Chrome on Android uses. BUG=442338 Review URL: https://codereview.chromium.org/812393002 Cr-Commit-Position: refs/heads/master@{#310765}
-
vabr authored
Log changes of the password manager UI state (bubble and icon) through about:password-manager-internals. BUG=439064 Review URL: https://codereview.chromium.org/839023003 Cr-Commit-Position: refs/heads/master@{#310764}
-
rob authored
Previously, when the embedded extension options page was hidden through an unexpected event (i.e. not via Esc or via the Close button, but via a script, e.g. by bug 445918), the extension options page would not be removed even though it was hidden. This patch fixes the problem by triggering the page destruction handlers (ExtensionOptionsOverlay.prototype.handleDismiss_) via the cancelOverlay event. BUG=445978 R=finnur@chromium.org Review URL: https://codereview.chromium.org/831063002 Cr-Commit-Position: refs/heads/master@{#310763}
-
vasilii authored
When the input form violates the database's constraints the method should return an empty PasswordStoreChangeList. BUG=396900 Review URL: https://codereview.chromium.org/842163002 Cr-Commit-Position: refs/heads/master@{#310762}
-
pasko authored
This user perceived latency histogram should reflect the time from a browser cold start to the moment the first navigation is committed: the progress bar appears and the omnibox draws artifacts of the URL. BUG=436960 Review URL: https://codereview.chromium.org/818513002 Cr-Commit-Position: refs/heads/master@{#310761}
-
johnme authored
Specifically, for https://goto.google.com/gcmdriver-already-instantiated Sample output: [FATAL:gcm_profile_service.cc(155)] An instance of GCMProfileService already exists! Old profile: 0x9e9d75c0 Default 0 0 1 13065207799278578, new profile: 0x9e9d75c0 Default 0 0 1 13065207799278578 BUG=437827 Committed: https://crrev.com/934554c3f369c9821b0af3ae8a09ed55f29eafc9 Cr-Commit-Position: refs/heads/master@{#310593} Review URL: https://codereview.chromium.org/846473003 Cr-Commit-Position: refs/heads/master@{#310760}
-
noel authored
Add a qcms_profile_get_description() api: returns the description of a color profile for debug use. TBR=darin@chromium.org BUG=401971 Review URL: https://codereview.chromium.org/796373005 Cr-Commit-Position: refs/heads/master@{#310759}
-
benm authored
When Chrome for Android encounters a Flash based YouTube embed, it renders a plugin replacement that redirects to the Android YoutTube app. The HTML that describes the plugin replacement got broken in the refactorings for crrev.com/297078 BUG=447290 TBR=arv@chromium.org Review URL: https://codereview.chromium.org/846513002 Cr-Commit-Position: refs/heads/master@{#310758}
-
hirono authored
Previously the first argument of toggleMode function passed to the event handler was not bounded. Thus event object is passed to the first argument of toggleMode unintentionally. BUG=447519 TEST=None Review URL: https://codereview.chromium.org/839173003 Cr-Commit-Position: refs/heads/master@{#310757}
-