- 13 Feb, 2013 33 commits
-
-
wolenetz@chromium.org authored
This pulls in https://gerrit.chromium.org/gerrit/#/c/43063/ to fix win64 ffmpeg on AVX machines. BUG=174160 Review URL: https://chromiumcodereview.appspot.com/12217154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182113 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/12210150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182110 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Needed by cc-frame-viewer. As noted in README.chromium, this is all unshipped and part of tooling. R=vmpstr Review URL: https://codereview.chromium.org/12251005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182109 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
fixes the crash while I wait for a review on 12208070 BUG=none Review URL: https://codereview.chromium.org/12226125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182108 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
The tile manager combines priorities from the pending and active tree for a single tile to figure out how to prioritize it. It does this based on the global tree priority. If the tile manager is in "prefer smoothness" mode, then the active tree's priority takes precedence over the pending tree's priority. For newly invalidated visible tiles, this means that the active tree gets an unprioritized NEVER_BIN and the pending tree gets a NOW_BIN. However, the NOW_BIN would get ignored entirely, the tile manager would not have any work for the pending tree (giving it all to prepainting the active tree), and so LayerTreeHostImpl would activate the tree, thinking there was no work to be done. However, these resources are likely not rasterized yet, and so there would be a white or low res flash before they appeared. This patch takes the global tree priority into account. If we are in "prefer smoothness" mode and resources aren't ready, don't activate the tree. This prevents these forms of flashing during scrolling and pinching. R=reveman@chromium.org BUG=175276 Review URL: https://codereview.chromium.org/12211143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182107 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
These methods are required to implement WebView.capturePicture and WebView.PictureListener.onNewPicture. - http://developer.android.com/reference/android/webkit/WebView.html#capturePicture() - http://developer.android.com/reference/android/webkit/WebView.PictureListener.html BUG=167908,167913 Review URL: https://chromiumcodereview.appspot.com/11861008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182106 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
The new vector should be exactly the elements that AssignGpuMemoryToTiles cares about. In addition this patch fuses some loops (4 loops fused into 2). I'm measuring about a 70% performance boost to ManageTiles on my linux machine. BUG=174707 Review URL: https://codereview.chromium.org/12226046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182105 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=163671 Review URL: https://chromiumcodereview.appspot.com/12250008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182099 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
Initialize/Shutdown IBusBridge on input method initialization/shutting down. IBusBridge is only used for ChromeOS-Chrome on Desktop Linux. BUG=170671 TEST=try bots. Review URL: https://chromiumcodereview.appspot.com/12221045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182098 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=174986 TBR=vandebo Previous review: https://codereview.chromium.org/12213076/ Previous try reverted due to a bug in extension tests. Review URL: https://chromiumcodereview.appspot.com/12236005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182097 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL addresses the a11y issue that the Terms of Service screen does not have any focused control by default. The focus is now placed on the back button by default and shifts to the accept button when the Terms of Service have finished loading. BUG=175730 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/12221143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182096 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=175426 Test=None Review URL: https://chromiumcodereview.appspot.com/12218093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182095 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=175829 Review URL: https://chromiumcodereview.appspot.com/12226127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182094 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
As far as everyone remembers, M18 didn't keep around anything more than 1 frontbuffer, so this restores this behavior. BUG=174572 R=epenner Review URL: https://codereview.chromium.org/12218126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182092 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
We want to remove the C++ version of IMC from the NaCl side. BUG=https://code.google.com/p/nativeclient/issues/detail?id=3303 TEST=build Review URL: https://codereview.chromium.org/12225154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182091 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
BUG=174921 Review URL: https://chromiumcodereview.appspot.com/12250017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182088 0039d316-1c4b-4281-b951-d872f2087c98
-
epenner@chromium.org authored
After rounding up to 64, it becomes more likely to hit power-of-two textures which are also bad for IMG. So, this avoids powers-of-two for IMG, through a fast-path extension. BUG=175319 No try, since it only failed win_rel full-screen tests, but this only has any effect on Android Imagination devices. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12217102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182087 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=NONE Review URL: https://chromiumcodereview.appspot.com/12208079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182086 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
Excluding apps only permissions from appearing on the extensions version of the page. BUG=166279 Review URL: https://chromiumcodereview.appspot.com/12223107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182084 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
After computing all clients' memory budgets, take any extra memory left over and distribute it amongst the visible clients (so that, if their memory requirments suddenly jump, they don't need to wait for a roundtrip to the GPU process to get extra memory). Disallow keeping around backgrounded tabs' contents on Android, to keep the maximum for the main tab. Explicitly limit the memory to use for prepainting by specifying NiceToHave on Mac to avoid performance problems. BUG=175125 TBR=nduca, piman Review URL: https://codereview.chromium.org/12212143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182083 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=173986 Review URL: https://chromiumcodereview.appspot.com/12227003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182082 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
So that the code could be shared with kiosk apps code. BUG=173749 TEST=Existing WebstoreStandaloneInstaller test should pass. R=asargent@chromium.org TBR=sky@chromium.org for chrome/chrome_browser_extensions.gypi Review URL: https://chromiumcodereview.appspot.com/12212076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182081 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
64-bit PE files aren't as predictable as 32-bit, so I'll need to modify these tests. I'm disabling them for now to get the bots on the main waterfall. R=rvargas@chromium.org,robertshield@chromium.org BUG=167707 Review URL: https://codereview.chromium.org/12207128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182078 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
When an app is uninstalled, find the .app bundle it's associated with using Launch Services, and delete it. Review URL: https://codereview.chromium.org/12178030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182077 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
For impl-side painting, page scales are directly applied to cc. As a result, we are no longer using old style css based page scale transforms. Revert all the changes we made in https://codereview.chromium.org/11359200/ as this is no longer needed BUG=175121 Review URL: https://codereview.chromium.org/12218122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182076 0039d316-1c4b-4281-b951-d872f2087c98
-
epenner@chromium.org authored
BUG=174572 Review URL: https://chromiumcodereview.appspot.com/12224129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182075 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
When rotating, we receive events from the renderer in an unexpected order (we get a SelectionBoundsChanged call with points in the new window position before the CompositorFrameMessage and so we misinterpret the SelectionBoundsChanged). For now, we should simply unselect the text before rotating. BUG=174665 Review URL: https://chromiumcodereview.appspot.com/12221150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182074 0039d316-1c4b-4281-b951-d872f2087c98
-
nfullagar@chromium.org authored
BUG=none TEST=try bots, local build of pepper app Review URL: https://chromiumcodereview.appspot.com/12217119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182073 0039d316-1c4b-4281-b951-d872f2087c98
-
tomfinegan@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/12209064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182072 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
linux-release/intl1: http://build.chromium.org/f/chromium/perf/linux-release/intl1/report.html?history=250&rev=182066 TBR=cmp@chromium.org BUG=175888 Review URL: https://codereview.chromium.org/12225158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182071 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Clobber the requestAutocomplete dialog when autofill data changes. this patch was accidentally reverted BUG=none TBR=dbeam@chromium.org Review URL: https://codereview.chromium.org/12207140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182069 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Don't append XPS extension. Use empty file created by CreateTemporaryFileInDir. Use AppData subdir same as ProgramFiles subdir. Delete leaked files. BUG=172554 Review URL: https://chromiumcodereview.appspot.com/12218117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182068 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@chromium.org authored
> Create unit-test for exiting context menus via mouse button > > Added a unit-test to BookmarkBarViewTest. It opens a context menu. The menu > is dismissed by clicking the mouse outside of it. The underlying view gets > the mouse event after the context menu has exited. > > See also: https://chromiumcodereview.appspot.com/11761027 > > BUG=171891 > TEST=manual > Run: > out/Debug/interactive_ui_tests --gtest_filter='BookmarkBarViewTest20.*' > > Review URL: https://chromiumcodereview.appspot.com/12087075 TBR=sschmitz@chromium.org Review URL: https://codereview.chromium.org/12207141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182067 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Feb, 2013 7 commits
-
-
jln@chromium.org authored
TBR=willchan BUG=175563 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12212149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182066 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Use_of_const tells me not to use const where it's confusing. The instances of const removed by this CL are definitely confusing since they aren't even part of the interfaces they're written in. Worse yet, our Windows compiler gives errors if you override without matching them. This issue is upstream of https://codereview.chromium.org/12192005/ (Add simple cache backend), and must land before it so as to not break the windows build. R=rvargas@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/12207120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182065 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@google.com authored
> cc: Mark async texture uploads as completed from the upload thread. > > This reduces the latency between when an upload completes and when the > client is notified. > > BUG=173802 > > > Review URL: https://chromiumcodereview.appspot.com/12213073 TBR=reveman@chromium.org Review URL: https://codereview.chromium.org/12211144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182063 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
Opus extension to mimetype map so files with .opus play instead of download, if enabled with --enable-opus-playback. BUG=174280 TESTED=try bots Review URL: https://codereview.chromium.org/12221108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182061 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
xp-release-dual-core/moz/ws_peak_r: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=350&rev=182006&graph=ws_peak_r TBR=cmp@chromium.org BUG=175856 Review URL: https://codereview.chromium.org/12223112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182059 0039d316-1c4b-4281-b951-d872f2087c98
-
mkearney@google.com authored
Also added public template for app_intents.html doc back in so that previous bookmarks do not result in a 404. Note that I've repeated the deprecation warning under each <h2> in case a developer winds up in a section via search. Eventually we will want to add an 'Instead, use...' sentence/paragraph once this is defined and at the same time remove the bulk of content in place. BUG=174262 Review URL: https://codereview.chromium.org/12211131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182058 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=koz@chromium.org BUG=175823 TEST=waterfall.sh Review URL: https://codereview.chromium.org/12218129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182057 0039d316-1c4b-4281-b951-d872f2087c98
-