- 03 Jun, 2016 40 commits
-
-
bajones authored
BUG=612342 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2029703002 Cr-Commit-Position: refs/heads/master@{#397828}
-
halliwell authored
The recent refactoring from KeySystemsInfo meant we lost the option to control whether persistent license support is enabled (see linked bug). Add the option back into the new system. BUG=internal b/28844432 Review-Url: https://codereview.chromium.org/2032923002 Cr-Commit-Position: refs/heads/master@{#397827}
-
michaeldo authored
BUG=none Review-Url: https://codereview.chromium.org/2025153002 Cr-Commit-Position: refs/heads/master@{#397826}
-
dmazzoni authored
I'd like to make more of the focus ring layers animate, so it will be simpler if the layers are animation observers and keep track of their own compositor, rather than storing them all in AccessibilityFocusRingController. I'm assuming it's not too expensive to have OnAnimationStep() called for a layer that doesn't need to animate all the time. If that's not true, this refactoring would make it easier to add StartAnimating and StopAnimating methods to FocusRingLayer for better efficiency. BUG=314889 Review-Url: https://codereview.chromium.org/2038093003 Cr-Commit-Position: refs/heads/master@{#397825}
-
paulmeyer authored
This was just a matter of plumbing the text to the right place. BUG=609932 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2041493002 Cr-Commit-Position: refs/heads/master@{#397824}
-
Nico Weber authored
BUG=617318 R=hans@chromium.org Review URL: https://codereview.chromium.org/2040533003 . Cr-Commit-Position: refs/heads/master@{#397823}
-
kylixrd authored
BUG=617056 Review-Url: https://codereview.chromium.org/2034893003 Cr-Commit-Position: refs/heads/master@{#397822}
-
alexmos authored
BUG=617288 NOTRY=true Review-Url: https://codereview.chromium.org/2037773004 Cr-Commit-Position: refs/heads/master@{#397821}
-
sky authored
WmGlobals->WmShell A bunch of classes that were in wm have moved to ash/common. Nuked the wm:: workspace. I initially wanted to keep this small, but it's easier to move move of the classes together as less namespace collisions then. BUG=616265 TEST=none R=jamescook@chromium.org TBR=reveman@chromium.org Review-Url: https://codereview.chromium.org/2035543004 Cr-Commit-Position: refs/heads/master@{#397820}
-
finnur authored
Automatic downloads Background sync Key generation Plugins Unsandboxed plugin access Also changed it so that, in JS land, the Category variable is a string, because the enum value of the ContentSettingsTypes is variable depending on platform, so we don't want to be hardcoding those in JS. This is similar to the Allow/Block values (the PermissionValues enum), which used to be ints, but are now converted int <-> string on the JS/C++ boundary. TBR=sky BUG=614277, 543635 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2021343003 Cr-Commit-Position: refs/heads/master@{#397819}
-
nparker authored
R=jialiul@chromium.org Review-Url: https://codereview.chromium.org/2036133003 Cr-Commit-Position: refs/heads/master@{#397818}
-
thakis authored
BUG=431177 Review-Url: https://codereview.chromium.org/2033893006 Cr-Commit-Position: refs/heads/master@{#397817}
-
wychen authored
Overriding ShouldAddContentSecurityPolicy() to disable CSP is considered a bug. Enabling CSP while overriding GetContentSecurityPolicyScriptSrc() to have relaxed rule is better. BUG=81636 Review-Url: https://codereview.chromium.org/2003963004 Cr-Commit-Position: refs/heads/master@{#397816}
-
estade authored
Dangerous ones still don't show the button. This was an oversight concerning the difference between malicious and dangerous. BUG=616615 Review-Url: https://codereview.chromium.org/2029363002 Cr-Commit-Position: refs/heads/master@{#397815}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9cdf7a6f..a352c80b Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2038093004 Cr-Commit-Position: refs/heads/master@{#397814}
-
aizatsky authored
Has only one libfuzzer-related change: ffa4b67 [libfuzzer] adding //base to more targets. No changes to the library. BUG= Review-Url: https://codereview.chromium.org/2030763003 Cr-Commit-Position: refs/heads/master@{#397813}
-
fsamuel authored
BUG=611802 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2032643002 Cr-Commit-Position: refs/heads/master@{#397812}
-
yzshen authored
BUG=None Review-Url: https://codereview.chromium.org/2037793003 Cr-Commit-Position: refs/heads/master@{#397811}
-
https://codereview.chromium.org/2008553007/thakis authored
..\..\courgette\third_party\bsdiff\paged_array_unittest.cc(20,11): error: unused variable 'kIterations' [-Werror,-Wunused-const-variable] const int kIterations = 20; ^ ..\..\courgette\third_party\bsdiff\paged_array_unittest.cc(21,11): error: unused variable 'kSizeBig' [-Werror,-Wunused-const-variable] const int kSizeBig = 200 * 1024 * 1024 / sizeof(int); // 200MB ^ BUG=82385 TBR=huangs Review-Url: https://codereview.chromium.org/2036393002 Cr-Commit-Position: refs/heads/master@{#397810}
-
zmo authored
BUG=617290 TEST=gpu bots TBR=kbr@chromium.org NOTRY=true CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2032063004 Cr-Commit-Position: refs/heads/master@{#397809}
-
eroman authored
The default is to strip https:// URLs before submitting them to PAC scripts. This CL introduces the policy "PacHttpsUrlStrippingEnabled" for disabling this security feature. Setting the policy to "false" causes Chrome to no longer strip https:// URLs before sending them to PAC scripts. This applies to all profiles, and all PAC scripts (including those discovered through WPAD, and those delivered over an insecure transport). The intent of this policy is to help enterprises with a compatibility problem transition. BUG=616396 TBR=isherman@chromium.org Review-Url: https://codereview.chromium.org/2030193004 Cr-Commit-Position: refs/heads/master@{#397808}
-
zqzhang authored
This CL bridges the native WebContents::DownloadImage to Java. We are planning to use the method for fetching artwork images (WIP) in MediaMetadata and show them in Android media notification. Related CLs: https://codereview.chromium.org/2013813002/ https://codereview.chromium.org/2015433003/ https://codereview.chromium.org/2009243002/ (most relevant one) BUG=616411 Review-Url: https://codereview.chromium.org/2014553002 Cr-Commit-Position: refs/heads/master@{#397807}
-
romax authored
Removing OfflinePageStorageManager::Client and merging into OfflinePageModel. Also fixed some related minor issues and tests. BUG=615165 Review-Url: https://codereview.chromium.org/2026843003 Cr-Commit-Position: refs/heads/master@{#397806}
-
estade authored
BUG=616191 Review-Url: https://codereview.chromium.org/2028933002 Cr-Commit-Position: refs/heads/master@{#397805}
-
szager authored
BUG=616485 Review-Url: https://codereview.chromium.org/2035743003 Cr-Commit-Position: refs/heads/master@{#397804}
-
lazyboy authored
We already call WebCacheManager::ClearCacheForProcess(RPH_id), which seems to be sufficient in my local testing. I remember that clearing webview cache didn't seem to work without calling WCM::Remove() when I implemented it. After r380598, Calling WCM::Remove also deletes mojo service associated with the RPH, so the next call to WCM::Remove with the same RPH will result in a nullptr access. BUG=615429 Test=Added a test, see http://crbug.com/615429#c2 for repro. Review-Url: https://codereview.chromium.org/2033993002 Cr-Commit-Position: refs/heads/master@{#397803}
-
dcheng authored
Reland of ExtensionFunction: don't pass ownership of base::Value by raw pointer. (patchset #1 id:1 of https://codereview.chromium.org/2038613003/ ) Reason for revert: As expected, didn't stop the crashes =) Original issue's description: > Revert of ExtensionFunction: don't pass ownership of base::Value by raw pointer. (patchset #1 id:1 of https://codereview.chromium.org/2025103003/ ) > > Reason for revert: > Speculatively reverting to fix release-blocking crash. > > Original issue's description: > > ExtensionFunction: don't pass ownership of base::Value by raw pointer. > > > > BUG=581865 > > R=rockot@chromium.org > > TBR=rdevlin.cronin@chromium.org > > > > Committed: https://crrev.com/5a01060d89daad34fa1cd8a20a0e4fdb48976a79 > > Cr-Commit-Position: refs/heads/master@{#397284} > > TBR=rdevlin.cronin@chromium.org,rockot@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=581865 > > Committed: https://crrev.com/34661418ac5f137f1dcb72194e76c117308b6c7f > Cr-Commit-Position: refs/heads/master@{#397533} TBR=rdevlin.cronin@chromium.org,rockot@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=581865 Review-Url: https://codereview.chromium.org/2038083004 Cr-Commit-Position: refs/heads/master@{#397802}
-
spqchan authored
Created a Drag & Drop client on Mac that bridges between the Views and native OSX's drag and drop. This approach is based on the Aura approach. BUG=599585 TEST= Run the view unit test: DragDropClientMacTest Review-Url: https://codereview.chromium.org/1964283002 Cr-Commit-Position: refs/heads/master@{#397801}
-
Daniel Cheng authored
Apparently true and false are macros! BUG=581865 R=danakj@chromium.org Review URL: https://codereview.chromium.org/2036413003 . Cr-Commit-Position: refs/heads/master@{#397800}
-
robhogan authored
Reland: https://codereview.chromium.org/992483002 When an element in a cell has a percent height and the cell has a fixed height we currently let the element ignore the height on the cell and instead let its content determine the height of the cell (and the row). Instead we should follow FF/Presto/Edge and the rendering agreed on the WG list and let the element calculate itself as a percentage of its parent, the cell's height. https://lists.w3.org/Archives/Public/www-style/2015Mar/0101.html BUG=465096,468699 Review-Url: https://codereview.chromium.org/2037783002 Cr-Commit-Position: refs/heads/master@{#397799}
-
joedow authored
The sas.dll was originally added to allow Chromtoing to inject the Secure Attention Sequence (SAS). Win7 and later OSes have an API for doing this however we needed to support this functionality on XP and Vista and using the redist sas.dll allows this. Since we no longer need to support OSes earlier than Win7/W2k8R2, we can call the OS API instead of using the version exposed in sas.dll. Removing this dependency also cleans up our code and reduces our pacakge size. I don't think anyone else is using this dll so I am going to submit a follow-up CL to remove the higher level GYP variables after this lands. BUG=606385 Review-Url: https://codereview.chromium.org/2033683003 Cr-Commit-Position: refs/heads/master@{#397798}
-
aizatsky authored
BUG=539572 Review-Url: https://codereview.chromium.org/2029323005 Cr-Commit-Position: refs/heads/master@{#397797}
-
dmazzoni authored
When the text caret is visible, show that highlight, otherwise if something has focus, show the focus highlight - never both since they too often overlap. BUG=314889 Review-Url: https://codereview.chromium.org/2036343003 Cr-Commit-Position: refs/heads/master@{#397796}
-
Reilly Grant authored
BUG=616837,617268 TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/2032613009 . Cr-Commit-Position: refs/heads/master@{#397795}
-
bungeman authored
The createTypeface method (which returned a bare pointer to a reference counted object) is being replaced with makeTypeface (which returns a smart pointer to a reference counted object). This removes some manual reference counting in Chromium and allows for removing the deprecated createTypeface method. Review-Url: https://codereview.chromium.org/2037133002 Cr-Commit-Position: refs/heads/master@{#397794}
-
dcheng authored
The raw pointer overload of ListValue::Append() is deprecated and will be removed. Instead, code should just write: - ListValue::AppendBoolean() - ListValue::AppendInteger() - ListValue::AppendDouble() - ListValue::AppendString() BUG=581865 Review-Url: https://codereview.chromium.org/2037933002 Cr-Commit-Position: refs/heads/master@{#397793}
-
btolsch authored
The event name used in media_router_container.html for closing routes was not renamed by the previous change. BUG=614144 R=apacible@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2036383002 Cr-Commit-Position: refs/heads/master@{#397792}
-
reveman authored
This is no longer used and has been replaced by the viewporter interface. BUG=549781 Review-Url: https://codereview.chromium.org/2030023003 Cr-Commit-Position: refs/heads/master@{#397791}
-
ananta authored
Fix a bug with the Chrome legacy window at times becoming a top level window with a non functional button in the taskbar. This bug typically occurs if the legacy window stays around after it is removed from the original root window. It looks like a recent change (https://codereview.chromium.org/1996163002) which ensures that the legacy window is always created exacerbates this problem by creating the legacy windows early and some of them stay around after a tab switch. Typical cases include opening a pdf file in chrome which causes at least two RWVHA instances to be active at any given point and the legacy window which belongs to the original instance becomes a button on the taskbar when the tab is switched. Fix is to never reparent to the desktop window and instead always reparent to the hidden window. BUG=616410 Review-Url: https://codereview.chromium.org/2031213002 Cr-Commit-Position: refs/heads/master@{#397790}
-
pilgrim authored
There are a few final obstacles to removing Document::layoutView() and FrameView::layoutView(), and they require the use of a shim to bust through the block layout API. In LayerClipRecorderTest, it gets a reference to the document's layout view and later passes it to LayoutObjectDrawingRecorder::useCachedDrawingIfPossible, which in turn passes it to DrawingRecorder::useCachedDrawingIfPossible, which is defined in platform/ and can not have a hard dependency on the block layout API. BUG=499321 Review-Url: https://codereview.chromium.org/2036213002 Cr-Commit-Position: refs/heads/master@{#397789}
-