- 11 Jun, 2014 40 commits
-
-
jamesr@chromium.org authored
R=jbauman@chromium.org Review URL: https://codereview.chromium.org/327103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276347 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
The BookmarkClient can now provide additional nodes to the root of the BookmarkModel, which are optional. Currently none of those nodes should sync; this change makes that intention explicit in the bookmarks sync glue code. BUG=49598 Review URL: https://codereview.chromium.org/319133007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276346 0039d316-1c4b-4281-b951-d872f2087c98
-
about://indexeddb-internalsericu@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/327943004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276345 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously decoded frames were returned using the DecodeCB callback, which is called in response to Decode(). This didn't work very well, particularly for GPU decoder, because decode buffers do not always map to decoded frames 1 to 1. BUG=338529 Review URL: https://codereview.chromium.org/297553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276344 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=None R=rdevlin.cronin@chromium.org, sky@chromium.org TBR=sky Review URL: https://codereview.chromium.org/312943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276343 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
If the user opens many tabs and navigates to a NativePage in each tab, the NativePages may use enough memory to cause a Java out-of-memory error. This adds a method Tab.freezeNativePage() which destroys the current native page and replaces it with a FrozenNativePage, which allows querying getTitle(), getUrl(), etc, but can't be displayed. BUG=359573 Review URL: https://codereview.chromium.org/322253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276342 0039d316-1c4b-4281-b951-d872f2087c98
-
andresantoso@chromium.org authored
Textfields require RenderTextHarfBuzz to work properly on the Mac because RenderTextMac's implementation is not complete. But RenderTextMac is used by the Cocoa UI to perform string sizing and elliding, HarfBuzz will not give the same answers. So for now we turn on HarfBuzz conditionally on OS_MACOSX and TOOLKIT_VIEWS. TextFieldModel and StyledLabel unit tests now pass without failures. BUG=378134 Review URL: https://codereview.chromium.org/326093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276341 0039d316-1c4b-4281-b951-d872f2087c98
-
clamy@chromium.org authored
In layout tests in blink, WebTestProxyBase::WillSendRequest is used to dump the content of a request and compare it to an expected output. It should do so after RenderFrameImpl::willSendRequest has run, since we are moving the setting of parameters to RenderFrameImpl::willSendRequest. BUG=376025 Review URL: https://codereview.chromium.org/317413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276340 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
Review URL: https://codereview.chromium.org/325093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276339 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
This replaces the explanation/headline of chrome://password-manager-internals with a text suggestion from the UX team. BUG=347927 Review URL: https://codereview.chromium.org/323043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276338 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
Review URL: https://codereview.chromium.org/311273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276336 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
This avoids flooding the logs with lots of data that gums up the infrastructure. The summary contains the full snippet for debugging. BUG=382648 R=sky@chromium.org Review URL: https://codereview.chromium.org/324893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276335 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=378079 R=jam@chromium.org Review URL: https://codereview.chromium.org/314053003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276334 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
InfolistWindow is just a view bubble, it shouldn't grab the focus. BUG=382201 R=shuchen@chromium.org, msw@chromium.org TEST=None Review URL: https://codereview.chromium.org/323943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276333 0039d316-1c4b-4281-b951-d872f2087c98
-
achaulk@chromium.org authored
BUG=383031 TBR=zork Review URL: https://codereview.chromium.org/328863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276332 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
Speed up IDB by trimming down the BlobChangeMaps. Check to see if we need each entry before adding it. BUG=380789 Review URL: https://codereview.chromium.org/322203004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276331 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This removes the dependency on LayerTreeHost, which was a layering violation. BUG=378549 Review URL: https://codereview.chromium.org/319133010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276329 0039d316-1c4b-4281-b951-d872f2087c98
-
simonb@chromium.org authored
- Forked from: android/platform/ndk/2b709a01b4d9fd1302689277ccfd475cab70a5e4 BUG= Review URL: https://codereview.chromium.org/322433006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276328 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@chromium.org authored
With --enable-settings-window, only Settings and Help should be shown in the left nav bar when opening settings or help. Likewise, history and extensions should be the only two nav items when loading those pages. This is a temporary change to unblock Settings in a Window. Going forward, we will remove the left nav entirely from the Settings window, so the logic for having nav item groups here is only temporary. See issue 294023013 for how this will be done after the branch. BUG=375425 R=dbeam@chromium.org,sky@chromium.org TBR=estade@chromium.org NOTRY=true # win_chromium_x64_rel flaky failures Review URL: https://codereview.chromium.org/313363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276327 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/329693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276326 0039d316-1c4b-4281-b951-d872f2087c98
-
rmsousa@chromium.org authored
Refactor/clean-up individual policy processing. Separate policy application for config-dependent policies, and re-apply them when the config changes. BUG=381762 Review URL: https://codereview.chromium.org/320123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276325 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=382777 Review URL: https://codereview.chromium.org/328843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276323 0039d316-1c4b-4281-b951-d872f2087c98
-
starodub@google.com authored
BUG= Review URL: https://codereview.chromium.org/327823004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276322 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
If a display event is triggered, but the display configuration doesn't change, then parking displays at (0,0) has a visual impact for the user. Since the framebuffer size might not change, but displays may have been disconnected (mirror mode), this patch allows us to always disable unused displays but only configure the used ones if the framebuffer size changed. BUG=381482 Review URL: https://codereview.chromium.org/312353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276321 0039d316-1c4b-4281-b951-d872f2087c98
-
naiem.shaik@gmail.com authored
LanguageState is currently owned by ContentTranslateManager, but it should be moved under TranslateManager BUG=345690 TEST=components_unittests --gtest_filter=Translate* TBR=sky,dconnelly,kalman Review URL: https://codereview.chromium.org/290573013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276320 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
Some properties are not yet ready for the public stable API, remove the documentation for them. BUG=None Review URL: https://codereview.chromium.org/329653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276319 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
The test is currently very noisy. Hopefully, this'll bring us from ~20% noise to <2%. BUG=339180 Review URL: https://codereview.chromium.org/329693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276317 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Just loading, do nothing to the loaded app for now. Following CL will embed the loaded app into AppActivity (combined with crrev.com/311113005) BUG=380421 R=jamescook@chromium.org, oshima@chromium.org TEST=manually Review URL: https://codereview.chromium.org/313733005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276316 0039d316-1c4b-4281-b951-d872f2087c98
-
raphael.kubo.da.costa@intel.com authored
Usage() expects a string, not a full GetoptError object. TEST=build/util/version.py --file chrome/VERSION --blargh R=brettw@chromium.org, mark@chromium.org Review URL: https://codereview.chromium.org/326043004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276315 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
The flakiness in PlatformAppBrowserTest.AppWindowAdjustBoundsToBeVisibleOnScreen has been fixed, so the logging is no longer needed. BUG=377754 Review URL: https://codereview.chromium.org/324873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276314 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
r253924 "Convert safe-browsing SBPrefix from int32 to uint32." added support for reading the v1 file and re-sorting. Remove that support and let the files just be dropped on read, since few users are hitting the code. BUG=346405 Review URL: https://codereview.chromium.org/324983006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276312 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
```--------------------------------------------------------------------- This is a re-land of r276284, which was reverted due to test breakage. The original review is https://codereview.chromium.org/324853004/ ``` --------------------------------------------------------------------- BUG=261628 TBR=oshima@chromium.org, vabr@chromium.org Review URL: https://codereview.chromium.org/322253006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276311 0039d316-1c4b-4281-b951-d872f2087c98
-
wfh@chromium.org authored
BUG=380619 Review URL: https://codereview.chromium.org/327983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276310 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=383111 TEST=Manual, see bug Review URL: https://codereview.chromium.org/321223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276308 0039d316-1c4b-4281-b951-d872f2087c98
-
wolenetz@chromium.org authored
If a sequence of init segments changes the track number of a text track, and there is just one text track (in addition to possible audio/video tracks) in each init segment, then update the frame processor's track buffer map to allow appends to the text track to be mapped to the same underlying track buffer. Note that we would need to do similar for audio and video if we ever support more than one of each of those type tracks per SourceBuffer. BUG=383076 R=acolwell@chromium.org TEST=shiny new test (SingleTextTrackIdChange) Review URL: https://codereview.chromium.org/321233004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276307 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276306 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
After drawing, we cull unused tilings on the active tree. If we cull the tiling which is the low res tiling on the pending tree, and then later do a pinch such that the active tree wants a tiling of that scale again, it would create the tiling which is already on the pending tree and cause a bad state. Adds a unit test that was hitting the CHECK() in PictureLayerImpl when it changed the scale of the active layer to 1.f to match the pending layer after drawing. Now it verifies that the active layer keeps the pending low res tiling. R=enne BUG=358350 Review URL: https://codereview.chromium.org/323193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276305 0039d316-1c4b-4281-b951-d872f2087c98
-
yhirano@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175877:175916&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/322313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276304 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
BUG=378745 Review URL: https://codereview.chromium.org/322973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276303 0039d316-1c4b-4281-b951-d872f2087c98
-
alph@chromium.org authored
This reverts commit c21df41f. r276284 Broke PendingState test http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests/builds/11531 TBR=mkwst@chromium.org NOTRY=true BUG=261628 Review URL: https://codereview.chromium.org/328113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276302 0039d316-1c4b-4281-b951-d872f2087c98
-