- 26 Mar, 2015 40 commits
-
-
anandc authored
BUG= Review URL: https://codereview.chromium.org/1030013004 Cr-Commit-Position: refs/heads/master@{#322308}
-
jrw authored
The Xhr class can now use the remoting.Identity API to request OAuth tokens, and it can convert HTTP errors into rejected promises. Also replaced the responseType parameter with the simpler acceptJson parameter. Review URL: https://codereview.chromium.org/1028683004 Cr-Commit-Position: refs/heads/master@{#322307}
-
jdduke authored
Trace the following events: * CompositorImplAndroid::SetVisility * RenderWidgetHost::WasHidden * RenderWidgetHost::WasShown * RenderProcessHostImpl::SetBackgrounded These events give greater context to content behavior with respect to visibility changes. BUG=466213 Review URL: https://codereview.chromium.org/1032703002 Cr-Commit-Position: refs/heads/master@{#322306}
-
sammc authored
Currently, ConstrainedWindowMac uses the embedder WebContents of the GuestView if the WebContents is in a GuestView. However, with OOP PDF, a mime handler view can be embedded in a webview that is embedded in an app window; in this case, the webview WebContents is used instead of the app window WebContents. This CL changes ConstrainedWindowMac to use the outermost embedder WebContents. This is the same fix as http://crrev.com/321248, but for mac. BUG=457672 Review URL: https://codereview.chromium.org/1029583007 Cr-Commit-Position: refs/heads/master@{#322305}
-
dyen authored
BUG=467202 TEST=Shut down during gpu.device trace has no warnings. Review URL: https://codereview.chromium.org/1018773002 Cr-Commit-Position: refs/heads/master@{#322304}
-
reveman authored
Some of our tests apparently rely on these threads having specific names. BUG=470091 Review URL: https://codereview.chromium.org/1036923002 Cr-Commit-Position: refs/heads/master@{#322303}
-
jfb authored
BUG= https://code.google.com/p/chromium/issues/detail?id=460432 TBR= jvoung@chromium.org Review URL: https://codereview.chromium.org/1012673011 Cr-Commit-Position: refs/heads/master@{#322302}
-
halliwell authored
Seems like it's incorrect to defer this creation the way we do currently. BUG=468362 Review URL: https://codereview.chromium.org/1021483005 Cr-Commit-Position: refs/heads/master@{#322301}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#322300}
-
imcheng authored
Background: mojo rolled out a new version that requires callbacks (as defined by the => syntax in mojom) must be invoked before they go out of scope, otherwise it indicates a connection error on the callback's recipient, which will destroy mojom implementations that are strongly bound to the connection. Note that a partial fix was added in crrev.com/1019173002. This patch addresses the remaining points. BUG=468575 Review URL: https://codereview.chromium.org/996173006 Cr-Commit-Position: refs/heads/master@{#322299}
-
sadrul authored
This moves code out of //java/apps/chrome/.../precache into: . //components/precache/android/: classes that provide information about device-state, network connectivity etc. . //chrome/android/.../precache/: precache service and service launchers. BUG=401552 Review URL: https://codereview.chromium.org/1031003003 Cr-Commit-Position: refs/heads/master@{#322298}
-
estade authored
BUG=none Review URL: https://codereview.chromium.org/1002283004 Cr-Commit-Position: refs/heads/master@{#322297}
-
tsergeant authored
This prevents whitespace and non-ASCII characters from being displayed in the url, stopping attacks where a carefully crafted URL can be used to display a message in the popup. BUG=466351 Review URL: https://codereview.chromium.org/1011383005 Cr-Commit-Position: refs/heads/master@{#322296}
-
meacer authored
Screenshots: Old plugin blocking UI: https://drive.google.com/file/d/0B9q2eN9gDoUIX1NFVjAtY0w2V2c/view?usp=sharing New plugin blocking UI: https://drive.google.com/file/d/0B9q2eN9gDoUITk5jVDVuZDIwUmc/view?usp=sharing New plugin blocking UI (Mac): https://drive.google.com/file/d/0B9q2eN9gDoUIc3RhLVdzVExOQTQ/view?usp=sharing Old popup blocking UI: https://drive.google.com/file/d/0B9q2eN9gDoUIZzdTZHg4czJCMFU/view?usp=sharing New popup blocking UI (unchanged): https://drive.google.com/file/d/0B9q2eN9gDoUIVFFNNXRDU1dDWTQ/view?usp=sharing BUG=414399 Review URL: https://codereview.chromium.org/1025503002 Cr-Commit-Position: refs/heads/master@{#322295}
-
michaelpg authored
Review URL: https://codereview.chromium.org/1027383003 Cr-Commit-Position: refs/heads/master@{#322294}
-
pkotwicz authored
touch noise filtering is at https://chromium.googlesource.com/chromiumos/platform/touch_noise_filter/+/master When a touch is detected as touch noise, an ET_TOUCH_CANCELLED event is sent and all of the subsequent events for that touch are dropped. A "touch press" initiates a new touch. BUG=407840 TEST=TouchNoiseFinderTest.*, TouchEventConverterEvdevTouchNoiseTest.* Review URL: https://codereview.chromium.org/991533002 Cr-Commit-Position: refs/heads/master@{#322293}
-
dalecurtis authored
On OSX the main audio thread is the UI thread due to limitations in the CoreAudio API. Since we're making effectively read only calls sending the audio hardware config from the worker task runner should be fine. We already do this in several other places for device enumeration (since it's way to slow on UI thread). BUG=469737 TEST=none Review URL: https://codereview.chromium.org/1029933003 Cr-Commit-Position: refs/heads/master@{#322292}
-
lgarron authored
This string will have an accompanying code change that we hope to have ready in time to merge into Chrome 42 for Android. The string needs to land early so we can kick off the translation process. BUG=469853 Review URL: https://codereview.chromium.org/1034863003 Cr-Commit-Position: refs/heads/master@{#322291}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/862b1f1..34f0727 TBR=jchaffraix@chromium.org,loislo@chromium.org Review URL: https://codereview.chromium.org/1031273003 Cr-Commit-Position: refs/heads/master@{#322290}
-
servolk authored
Should make clearer the remaining dependencies of net/ on mime_util.h BUG=none Review URL: https://codereview.chromium.org/1028233004 Cr-Commit-Position: refs/heads/master@{#322289}
-
byungchul authored
Some netifs could be ignored by command line flag, --netifs-to-ignore, and internet could be accessible via those netifs. Many testing scripts and developers set this for ethernet link and use ethernet to get testing results. BUG=internal b/19593970 Review URL: https://codereview.chromium.org/1037693005 Cr-Commit-Position: refs/heads/master@{#322288}
-
rtenneti authored
+ Formatting changes found while merging. + Added private: to MockAckNotifierDelegate class. Merge internal change: 89527377 R=rch@chromium.org Review URL: https://codereview.chromium.org/1034823002 Cr-Commit-Position: refs/heads/master@{#322287}
-
jrummell authored
Mask values are seperated out into consts of type SupportedInitDataTypes. Also removes unused function IsSaneInitDataTypeWithContainer(). BUG=417440 TEST=EME layout tests pass Review URL: https://codereview.chromium.org/1027363002 Cr-Commit-Position: refs/heads/master@{#322286}
-
rdevlin.cronin authored
Instead of just having Function or Function= for each callback, use the function() Closure Compiler type documentation. Additionally, add support for @deprecated function documentation. BUG=461039 Review URL: https://codereview.chromium.org/1036593004 Cr-Commit-Position: refs/heads/master@{#322285}
-
estade authored
BUG=468583 Review URL: https://codereview.chromium.org/1029233002 Cr-Commit-Position: refs/heads/master@{#322284}
-
sandersd authored
This CL replaces all uses of IsSupportedKeySystemWithMediaMimeType() with the new KeySystems method, IsSupportedCodecCombination(). This new method implements the unprefixed algorithm more faithfully. BUG=457386,417461 Review URL: https://codereview.chromium.org/1022823008 Cr-Commit-Position: refs/heads/master@{#322283}
-
prashantv authored
Propagate OnMedia{Playing,Paused}Notification to WebContentsObserver and use this to track Chromecast metrics. BUG=417000 Review URL: https://codereview.chromium.org/1037593003 Cr-Commit-Position: refs/heads/master@{#322282}
-
limasdf authored
Use ExtensionRegistryObserver in Uber since ExtensionRegistry replaces chrome::extension notifications. BUG=411568 R=estade@chromium.org TEST=browser_test --gtest_filter=UberUIBrowserTest.HistoryOverride Review URL: https://codereview.chromium.org/1012773010 Cr-Commit-Position: refs/heads/master@{#322281}
-
mostynb authored
BUG=466848 Review URL: https://codereview.chromium.org/1031133003 Cr-Commit-Position: refs/heads/master@{#322280}
-
khorimoto authored
Move MdSettingsUi to its own directory. There will be additional settings-related files in the near future, so this directory will be used to organize them. BUG= Review URL: https://codereview.chromium.org/1015533019 Cr-Commit-Position: refs/heads/master@{#322279}
-
jsbell authored
The API will be defined in a follow-up Blink CL. Unlike the existing, Service Worker-specific API, this one passes ownership of the new object to the caller. The origin is specified by a database identifier derived from the SecurityOrigin on the Blink side. BUG=439389 Review URL: https://codereview.chromium.org/1031063002 Cr-Commit-Position: refs/heads/master@{#322278}
-
paulmeyer authored
BUG=462677, 469652 Review URL: https://codereview.chromium.org/1034803002 Cr-Commit-Position: refs/heads/master@{#322277}
-
dalecurtis authored
We've seen a bunch of reports in the field that the audio thread is getting hung for significant (perhaps indefinite) amounts of time; to help debug these reports, add a hang monitor which will crash the browser process and ensure we get a thread dump of what's going on. The hang timer is set extremely conservatively right now, at 1 minute, which is insanely long for audio tasks. I'll monitor crash reports and adjust it as necessary to find culprits. The hang monitor uses the browser I/O thread for hang checks, which is similar to what other hung task monitors seem to do. To do this I had to move AudioManager and MidiManager creation to after the browser threads have been spun up. Which shouldn't be an issue... BUG=422522, 469827 TEST=hang time exceeded ==> crash. Review URL: https://codereview.chromium.org/1036703002 Cr-Commit-Position: refs/heads/master@{#322276}
-
alhaad authored
All html_viewer entry points now have Mojo C thunks. R=piman@chromium.org BUG=453591 Review URL: https://codereview.chromium.org/1035813002 Cr-Commit-Position: refs/heads/master@{#322275}
-
zea authored
This patch modifies the wallet datatype to always have a datatype controller, and give that datatype controller the responsibility of enabling and disabling the datatype as necessary. If the sync experiment pref is disabled, the datatype will not start up, and if it's already started will turn itself off. Similarly, if the experiment is enabled, the datatype is capable of starting itself up. BUG=470362 Review URL: https://codereview.chromium.org/1024553010 Cr-Commit-Position: refs/heads/master@{#322274}
-
dyen authored
R=nednguyen@google.com BUG=453131, 455292 Review URL: https://codereview.chromium.org/1029423002 Cr-Commit-Position: refs/heads/master@{#322273}
-
ananta authored
Ensure that the DXVA decoder for VP8 and VP9 picks up the path for the HMFT correctly on non WOW64 environments The DXVA decoder incorrectly assumes that the ProgramW6432 environment variable exists on vanilla 32 bit Windows OS'es which is not the case. This causes the HMFT load to fail. Fix is to only use the DIR_PROGRAM_FILES6432 directory type for a WOW64 environment which is 32 bit chrome on a 64 bit OS. In the normal case we use the vanilla DIR_PROGRAM_FILES type. BUG=470193 Review URL: https://codereview.chromium.org/1031263002 Cr-Commit-Position: refs/heads/master@{#322272}
-
hans authored
BUG=470393 Review URL: https://codereview.chromium.org/1018353003 Cr-Commit-Position: refs/heads/master@{#322271}
-
sebmarchand authored
BUG=309849 Review URL: https://codereview.chromium.org/1038743002 Cr-Commit-Position: refs/heads/master@{#322270}
-
aruslan authored
Currently any overlay ContentViewCore added to the Tab is automatically added to the Tab CC layer. This CL introduces a new parameter to allow romaing overlays. BUG=453121 Review URL: https://codereview.chromium.org/1026983002 Cr-Commit-Position: refs/heads/master@{#322269}
-