| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Set windows paper is as ventor_id.
Use windows paper id in Cloud Print Connector.
BUG=239879,382338
Review URL: https://codereview.chromium.org/333993003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277562 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow reload of disabled extensions.
- In case the path of the extension is not found, do nothing.
BUG=382410
Review URL: https://codereview.chromium.org/336903004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277561 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DCHECK(scroll_clip_layer_) is already checked
in the beginning of MaxScrollOffset().
R=enne@chromium.org
BUG=NONE
TEST=NONE(trivial change)
Review URL: https://codereview.chromium.org/339563005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277560 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277559 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://skia.googlesource.com/skia/+log/885f2ea46e9c1dcd656287bb57a7f92548184896..0eb02a6abbe2964e4955863b0f82aff6a8661801
CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel
TBR=reed@google.com
BUG=
Review URL: https://codereview.chromium.org/334743010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277558 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recent changes to the Android browser compositor revealed message loop
scheduling conflicts that can occur after a View has been invalidated. This
in turn caused severe regressions in scrolling performance while the
PopupWindow-rendered selection handles were active. As a temporary workaround
while the selection handle rendering is ported to the compositor, defer View
invalidations due to position updates while the handles are hidden during a
scroll gesture.
BUG=380781
Review URL: https://codereview.chromium.org/336213003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277557 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
stubs and mocks.
It is similar to GMocks and it makes unit testing in JavaScript easier.
Security
These libraries will be used for internal testing only and will not be shipped. It will not have any security impact on chrome.
BUG=378537
Review URL: https://codereview.chromium.org/309703002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277555 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch does not change the existing functionality and
purely refactors existing code.
These changes are required to support the new fullscreen video path
(with html5 controls and subtitles) which we will enable in a
subsequent cl (see https://codereview.chromium.org/320273002/)
BUG=385121
Review URL: https://codereview.chromium.org/315973004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277554 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
(For things under mojo/public/c.)
R=darin@chromium.org
Review URL: https://codereview.chromium.org/336243003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277552 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Relanding with two fixes: Check that Blink hasn't shut down the background (parser) thread before posting tasks to it, and only attach the ThreadedDataProvider if we have a shared memory handle available (fixes a crash when loading FTP listings)
> Revert 275655 "Redirect HTML resource bytes directly to parser t..."
>
> > Redirect HTML resource bytes directly to parser thread (Chrome side)
> >
> > Blink side: https://codereview.chromium.org/100563004/
> >
> > Note: This can't land until the Blink-side has landed.
> >
> > R=jamesr@chromium.org,jam@chromium.org
> > BUG=277886
> >
> > Review URL: https://codereview.chromium.org/109283006
>
> TBR=oysteine@chromium.org
>
> Review URL: https://codereview.chromium.org/326403005
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/334813004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277551 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Along the way, also fix up SDP records for RFCOMM.
BUG=372495
TEST=BluetoothTest app
R=keybuk@chromium.org
Review URL: https://codereview.chromium.org/329913002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277550 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=144491
Review URL: https://codereview.chromium.org/332003002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277549 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use a hash_set to track available textures. This prevents weird behavior
if the plugin recycles a texture twice.
- Fix Reset, so all textures are made available on completion.
- Fix the plugin, which had a bug that allowed pictures to jump the queue
and didn't behave correctly on Reset.
BUG=281689
Review URL: https://codereview.chromium.org/337743003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277548 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TBR=spang@chromium.org.
Review URL: https://codereview.chromium.org/338223002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277547 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=385277
TEST=daisy manual testing
R=hclam@chromium.org
Review URL: https://codereview.chromium.org/335113005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277545 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
renderer_accessibility_complete.cc.
BUG=none
TEST=compile
Review URL: https://codereview.chromium.org/331133005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277544 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
The policy application code didn't respect the fact that VPN properties are written differently than being read.
BUG=365392
Review URL: https://codereview.chromium.org/319693002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277543 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The enterprise.platformKeys extension API implements a WebCrypto.SubtleCrypto and thus has to apply the normalization of algorithm parameters as required by the SubtleCrypto definition.
To minimize redundancy in the extension API, this commit is a first step to reuse code of the WebCrypto implementation which lives partially in blink. A new ObjectBackedNativeHandler is added which allows to call the normalizeCryptoAlgorithm function exposed by blink from the API's custom binding in Javascript.
Depends on these blink changes:
https://codereview.chromium.org/295423004/
https://codereview.chromium.org/312393004/
BUG=364435
Review URL: https://codereview.chromium.org/298073009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277542 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add GPU rasterization trigger (viewport tag) to all jsfiddle, jsbin and
file pages.
R=nduca@chromium.org,ajuma@chromium.org,wiltzius@chromium.org
BUG=381368
Review URL: https://codereview.chromium.org/333803011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277541 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This method is similar to displayAsyncThen(), but allows the caller
to get the captured pixel data.
This is to be used in repaint tests to produce the minimum repaint
baselines. This is useful to discover under-repaint bugs with the help
of repaint visualization in layout test results, and to estimate
over-repaints.
R=enne
TBR=dpranke
Review URL: https://codereview.chromium.org/301243022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277540 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Made this track both long press and normal taps as we needed the touch event target for both.
BUG=375379
Review URL: https://codereview.chromium.org/331943004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277539 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=112278
NOTRY=true
TBR=groby@chromium.org
Review URL: https://codereview.chromium.org/331143008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277538 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=361809
Review URL: https://codereview.chromium.org/334043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277537 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This unifies the two malware reporting opt-ins.
- One string for both places
- One pref
- One opt-out in Settings
- The default value of the checkbox is based on both the old and the new prefs
BUG=383866
Review URL: https://codereview.chromium.org/336673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277536 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
More dead code after r276918.
BUG=368513
Review URL: https://codereview.chromium.org/330383002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277534 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=384578
TBR=sky@chromium.org
Review URL: https://codereview.chromium.org/334263006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277533 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is crashing for our canary users on Windows
BUG=384736
> readability review for luken
>
> original code review at:
> https://codereview.chromium.org/245763002/
>
> Review URL: https://codereview.chromium.org/269513002
TBR=luken@chromium.org
Review URL: https://codereview.chromium.org/338833004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277532 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277531 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This gets ui_unittests to compile and not crash when TOOLKIT_VIEWS=1 on Mac
(but there are still 7 failures).
Review URL: https://codereview.chromium.org/337833002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277529 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The cost/benefit balance on mobile is significantly different because of the
limited bandwidth of mobile devices in many parts of the world. We might want
to use CRLSets in the future, but perhaps in a reduced form.
BUG=380409
R=aurimas@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/320973002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277528 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A NULL mode signifies a disable operation. In this case print an empty
size. This fixes the case where printing the mode size causes a segfault
since the mode is NULL.
BUG=none
NOTRY=true
Review URL: https://codereview.chromium.org/334363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277527 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=zhaoqin@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/338213002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277526 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change disables the test on all platforms since Windows, Mac, and
ChomeOS are affected.
BUG=377338
TBR=sergiu@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/334353002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277525 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=375586
TEST=Verified on Pixel device and linux_chromeos.
Review URL: https://codereview.chromium.org/334863002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277524 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes blank tab titles when Tab::SetData is never called.
BUG=384317
TEST=Drag NTP Google doodle onto tab strip, tab is "Untitled".
R=sky@chromium.org
Review URL: https://codereview.chromium.org/330203005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277523 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Do not allow the combobox preferred width to stretch the bubble.
(long bookmark folder names gave unbounded preferred width)
Still, allow the bubble to expand for its labels and buttons.
Remove the unnecessary GetMinimumSize OVERRIDE.
(the content yields ~680px, well over 350px min)
BUG=382897
TEST=Excessively long bookmark folder names don't make the bookmark bubble too wide.
R=sky@chromium.org
Review URL: https://codereview.chromium.org/329363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277522 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add NativeWidgetMac implementation of CreateInputMethod() and
GetHostInputMethod().
We can now pass more unit tests including TextfieldTest and ComboboxTest.
BUG=374077
Review URL: https://codereview.chromium.org/332893003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277521 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
View size does not necessarily indicate root render pass size, since the
render pass can be smaller, and thus can change when view size stays the
same. Check render pass size changes instead.
BUG=344087
NOTRY=true
Review URL: https://codereview.chromium.org/331093002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277520 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
R=stevenjb@chromium.org
BUG=none
NOTRY=true
NOTREECHECKS=true
Review URL: https://codereview.chromium.org/338943003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277519 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=385022,385222
NOTRY=true
TBR=glider@chromium.org
Review URL: https://codereview.chromium.org/338183004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277518 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Slight enhancements to the grit template.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/335053002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277517 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
Test=No visbile change.
Review URL: https://codereview.chromium.org/333863005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277516 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also save other state from context_state_autogen.h that were
missed.
Internal bug b/15023700
BUG=
NOTRY=true
Review URL: https://codereview.chromium.org/334103002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277515 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
when cancelling a request being downloaded to a file.
Also add a bunch of ResourceDispatcher tests.
BUG=384507
Review URL: https://codereview.chromium.org/330903003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277514 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=366304
TEST=None
Review URL: https://codereview.chromium.org/314823002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277513 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=380349, 355261, 369891
TEST=Verified in Pixel device, and made sure existing browser_tests are not broken.
Review URL: https://codereview.chromium.org/324903002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277512 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
Review URL: https://codereview.chromium.org/331843003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277511 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=381584,385198
NOTRY=true
TBR=groby@chromium.org
Review URL: https://codereview.chromium.org/335113004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277510 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
which run on worker task runner.
BUG=347425
TEST=./unit_tests --gtest_filter="DriveBackendSyncTest.*:SyncEngineTest.*:SyncEngineInitializerTest.*:SyncWorkerTest.*"
Review URL: https://codereview.chromium.org/338043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277509 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=267773
Review URL: https://codereview.chromium.org/333933003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277508 0039d316-1c4b-4281-b951-d872f2087c98
|