- 23 Feb, 2015 40 commits
-
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/792c80f..abcfab4 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/947933002 Cr-Commit-Position: refs/heads/master@{#317586}
-
yfriedman authored
This is a little icky but probably better than just putting it in Tab. It seems like MediaCaptureDevicesDispatcher could have its own JNI wrapper but it would be quite thin. At least this way, the accesses are co-located. BUG=443773 Review URL: https://codereview.chromium.org/942873002 Cr-Commit-Position: refs/heads/master@{#317585}
-
yfriedman authored
It was just passing straight through on the native side. BUG=443773 Review URL: https://codereview.chromium.org/949443002 Cr-Commit-Position: refs/heads/master@{#317584}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3d1a302..fa01745 TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/951473002 Cr-Commit-Position: refs/heads/master@{#317583}
-
tnagel authored
BUG=457542 Review URL: https://codereview.chromium.org/937153003 Cr-Commit-Position: refs/heads/master@{#317582}
-
majidvp authored
Compositor receives these values from blink via WebLayerTreeView API. This way the main-thread can show/hide top controls without violating its constraints and it has the option in future to change these directly without notifying CC. Top controls is self-animated to completion is also triggered when a main- thread fling ends. Depends on CL: http://crrev.com/893683003 BUG=333143 Review URL: https://codereview.chromium.org/814083004 Cr-Commit-Position: refs/heads/master@{#317581}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#317580}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1f42f18..3d1a302 TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/950773004 Cr-Commit-Position: refs/heads/master@{#317579}
-
sdefresne authored
- fix style issues in HistoryBackend (NULL -> nullptr, git cl format) - remove superfluous #includes and forward-declaration in history_service.h - only pass history_dir to HistoryBackend via Init() - remove unused member variables in HistoryService BUG=None TBR=zea@chromium.org Review URL: https://codereview.chromium.org/934083003 Cr-Commit-Position: refs/heads/master@{#317578}
-
pritam.nikam authored
BUG=448351 Review URL: https://codereview.chromium.org/870513002 Cr-Commit-Position: refs/heads/master@{#317577}
-
peter authored
The new icons are slightly larger than the previous version, per the feedback we received from various reviews. BUG=460042 Review URL: https://codereview.chromium.org/946673002 Cr-Commit-Position: refs/heads/master@{#317576}
-
vabr authored
As recent crashes proved, OnRequestDone was a bowl of spaghetti. This is an attempt at straightening it up, by separating particular computational steps from one another. BUG=457646,451018 Review URL: https://codereview.chromium.org/921873002 Cr-Commit-Position: refs/heads/master@{#317575}
-
christiank authored
DidNavigateToPendingEntry is no longer used and can be removed. BUG= Review URL: https://codereview.chromium.org/936373002 Cr-Commit-Position: refs/heads/master@{#317574}
-
binjin authored
It seems to be caused by bc44c0a9, remove the single failing target on Win gn bot. BUG=460828 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/948763003 Cr-Commit-Position: refs/heads/master@{#317573}
-
toyoshim authored
The latest editor's draft introduces MIDIPortState state attribute in MIDIPort. To support the attribute, update the blink API to use enum for representing MIDIPortState instead of bool isActive flag. Spec: http://webaudio.github.io/web-midi-api/#idl-def-MIDIPort This is the second step of three to update the MIDIAccessor blink API. BUG=279097 TEST=content_unittests Review URL: https://codereview.chromium.org/945263002 Cr-Commit-Position: refs/heads/master@{#317572}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e2f8f9b..1f42f18 TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/949823003 Cr-Commit-Position: refs/heads/master@{#317571}
-
bauerb authored
BUG=425785 Review URL: https://codereview.chromium.org/938303003 Cr-Commit-Position: refs/heads/master@{#317570}
-
fukino authored
The period "Delete button should be shown" is not exactly same as "Delete command can be executed." For example: While a confirm dialog overlays Files.app, the dialog consumes all input event so the delete command cannot be executed, but still the delete button should be shown under the overlaying dialog. BUG=459402,457113 TEST=manually checked the repro steps on each issue. Review URL: https://codereview.chromium.org/951443002 Cr-Commit-Position: refs/heads/master@{#317569}
-
toyoshim authored
Call Blink API to notify JavaScript of device connection status. BUG=279097 Review URL: https://codereview.chromium.org/664853003 Cr-Commit-Position: refs/heads/master@{#317568}
-
binjin authored
Revert of Add AwAssets into android_webview/native/public (patchset #4 id:70009 of https://codereview.chromium.org/937863003/) Reason for revert: Suspected to cause 'checkdeps' failures on Linux bot: http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests/builds/20990/steps/checkdeps/logs/stdio ERROR in /mnt/data/b/build/slave/Linux_Tests/build/src/android_webview/browser/aw_dev_tools_manager_delegate.cc Illegal include: "android_webview/native/aw_contents.h" Because of "-android_webview" from android_webview/browser's include_rules. Original issue's description: > Add AwAssets into android_webview/native/public > > This is done so that android_webview/browser doesn't need to depend on > android_webview/native > > BUG=459779 > > Committed: https://crrev.com/a08360b39730751c5f85797bdff5b748d907c11a > Cr-Commit-Position: refs/heads/master@{#317475} TBR=boliu@chromium.org,sgurun@chromium.org,hush@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=459779 Review URL: https://codereview.chromium.org/947113002 Cr-Commit-Position: refs/heads/master@{#317567}
-
bauerb authored
Review URL: https://codereview.chromium.org/928253002 Cr-Commit-Position: refs/heads/master@{#317566}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4be3cc6..e2f8f9b TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/950793002 Cr-Commit-Position: refs/heads/master@{#317565}
-
bauerb authored
Supervised Users: Replace kForceSafeSearch pref with kForceGoogleSearch and kForceYouTubeSafetyMode. BUG=458546 Review URL: https://codereview.chromium.org/924033002 Cr-Commit-Position: refs/heads/master@{#317564}
-
vabr authored
PasswordManager::IsSavingEnabledForCurrentPage should check, whether the last navigation was not going back in the tab history. It is unlikely that the user is submitting a password this way. This CL ensures this by extending the PasswordManagerClient with a NavigatedThroughBackButton method. BUG=455630 Review URL: https://codereview.chromium.org/902893003 Cr-Commit-Position: refs/heads/master@{#317563}
-
scheib authored
Ensure web contents exit fullscreen state by sending a resize message, which includes the fullscreen state. This is required for the situation of the browser moving the view into a fullscreen state "browser fullscreen" and then the contents entering "tab fullscreen". Exiting the contents "tab fullscreen" then won't have the side effect of the view resizing, hence the explicit call here is required. Fixes a regression caused in the refactoring Fullscreen: make fullscreen requests come from RenderFrame https://codereview.chromium.org/789533002 https://crrev.com/7a78d6fd7dc3241a91a614a09f9c59a0e4454135 where the previous implementation's call to WasResized in RenderViewHostImpl::OnToggleFullscreen was not brought forward to WebContentsImpl::ExitFullscreenMode(). BUG=458013 TEST=Open http://scheib.github.io/HTMLMisc/PointerLockAndFullscreen.html, enter Browser Fullscreen with F11 key, press Toggle Fullscreen button, press ESC key, expect content to exit fullscreen. Review URL: https://codereview.chromium.org/928673002 Cr-Commit-Position: refs/heads/master@{#317562}
-
sdefresne authored
Workaround a crash in CGContextDrawImage when decoding favicon larger than 88x88 pixels. BUG=435068 Review URL: https://codereview.chromium.org/923623003 Cr-Commit-Position: refs/heads/master@{#317561}
-
phoglund authored
It turns out automated echo cancellation only gets enabled for two-way calls. Since we want to test the complex AEC in WebRTC (and the other audio processing for that matter), we must make the test call two-way rather than one-way as it used to be for simplicity. With these changes, we should be able to catch bugs like 453907 on the desktop platforms. Note: should land together with https://codereview.chromium.org/922663002/. BUG=453907 Review URL: https://codereview.chromium.org/934793002 Cr-Commit-Position: refs/heads/master@{#317560}
-
mtomasz authored
To debug tests, they need to be executed with the following switches: --remote-debugging-port=9222 --enable-file-manager-step-by-step-tests --enable-pixel-output-in-tests --ui-test-action-timeout=10000000 Then run http://localhost:9222 in a separate browser window, then select "chrome manager browser tests" and follow instructions. TEST=Tested manually. BUG=460813 Review URL: https://codereview.chromium.org/942393002 Cr-Commit-Position: refs/heads/master@{#317559}
-
droger authored
BUG=452493 Review URL: https://codereview.chromium.org/942793002 Cr-Commit-Position: refs/heads/master@{#317558}
-
phoglund authored
The reason for this is that the fake input stream would not work on Mac where the audio non-worker code runs on the UI thread. Therefore, the fake input stream would get starved for instance in the WebRTC audio quality tests and not play any audio (those tests block the UI thread while recording). This patch introduces a worker precisely like the fake audio consumer used by the fake output stream. BUG=453907,446859 Review URL: https://codereview.chromium.org/922663002 Cr-Commit-Position: refs/heads/master@{#317557}
-
sammc authored
For plugins listed in chrome/browser/resources/plugin_metadata/plugins_*.json, the resource identifier for that plugin becomes the key used in those JSON files. Previously, the PDF plugin filename was used as the resource identifier to whitelist the PDF plugin within the PDF extension. This caused the whitelisting to be ineffective for official builds and also other builds after r316957 added an entry for the Chromium PDF Viewer plugin. This CL fixes this by using the keys from the plugin metadata files as the resource identifiers for whitelisting the PDF plugin. BUG=459998 Review URL: https://codereview.chromium.org/946293002 Cr-Commit-Position: refs/heads/master@{#317556}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1baadde..4be3cc6 TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/950773002 Cr-Commit-Position: refs/heads/master@{#317555}
-
tfarina authored
Tested with the following command lines: $ gn gen out_gn/Debug $ ninja -C out_gn/Debug device_unittests $ out_gn/Debug/device_unittests BUG=None TEST=see above R=rockot@chromium.org,jam@chromium.org,thakis@chromium.org,groby@chromium.org TBR=jam@chromium.org Review URL: https://codereview.chromium.org/919223002 Cr-Commit-Position: refs/heads/master@{#317554}
-
ttuttle authored
Just a single new baked-in config. BUG= Review URL: https://codereview.chromium.org/938253002 Cr-Commit-Position: refs/heads/master@{#317553}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/52af3a6..1baadde TBR= Review URL: https://codereview.chromium.org/942423002 Cr-Commit-Position: refs/heads/master@{#317552}
-
ulan authored
The lower this number, the more efficient GC. Add benchmark that reloads top pages and tracks this measurement. BUG=chromium:450824 Review URL: https://codereview.chromium.org/930333002 Cr-Commit-Position: refs/heads/master@{#317551}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#317550}
-
toyoshim authored
Change some permission descriptions from MIDI to MIDI devices. BUG=453680 NOTRY=true Review URL: https://codereview.chromium.org/942313002 Cr-Commit-Position: refs/heads/master@{#317549}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3e53681..52af3a6 TBR= Review URL: https://codereview.chromium.org/947843003 Cr-Commit-Position: refs/heads/master@{#317548}
-
smckay authored
Clean up error logging (more consistent formatting). Log stack traces. Ensure most substantial Promise chains used in importer code have catch clause hooked up to logger. BUG=460614 BUG=449034 TEST=browser_test: FileManagerJsTest.* Review URL: https://codereview.chromium.org/945933003 Cr-Commit-Position: refs/heads/master@{#317547}
-