- 13 Feb, 2013 27 commits
-
-
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 13 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
-
akalin@chromium.org authored
Zero behavioral change to the on-the-wire format nor protocol semantics. This lands server change 40997047. Also create spdy_protocol.cc and move some functions to it to avoid clang warnings. Review URL: https://chromiumcodereview.appspot.com/12220116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182053 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
BUG=175854 TBR=benm@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12211141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182052 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Ensure that the AppListController class which lives in app_list_controller_win.cc plays nice with AURA and ASH. For ASH on Windows 8 we defer calls to open and hide the apps list to the ash Shell via the ToggleAppList member function in the Shell class. For AURA the fixes were mostly around retrieving the native window for the view appropriately, i.e via RootWindow::GetAcceleratedWidget This also fixes the AppInstallConfirmation and AppInstallConfirmation_Incognito browser tests for AURA. I added a class AppListControllerAsh which inherits from the AppListController class and overrides the ShowAppList/DismissAppList functions to display the ASH specific app lists. This also fixes the startup crash in desktop chrome observed when displaying the app list as we were deferencing a NULL ash shell pointer. The app_list_controller_ash.cc functionality is disabled for Windows and is provided by the newly added AppListControllerAsh class which lives in the app_list_controller_win.cc file. BUG=174940, 174399, 174504, 175389 TEST=covered by existing Browser tests for desktop chrome AURA. Review URL: https://codereview.chromium.org/12210102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182051 0039d316-1c4b-4281-b951-d872f2087c98
-
schenney@chromium.org authored
Events arising from clicks on instance elements in SVG <use> trees may have their target changed when the instance tree is rebuilt during event processing. In this case the toNode() call will return NULL for the target. BUG=171363 Review URL: https://chromiumcodereview.appspot.com/12248003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182049 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
This allows user-level activation of Google Update from a cached system-level GoogleUpdateSetup.exe, even if the latter is a tagged meta installer. R=grt@chromium.org BUG=175028 Review URL: https://chromiumcodereview.appspot.com/12250005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182048 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
document.all is not available to Apps v2, so menus were previously not dismissable. I could use document.body.parentNode, but I can't think of any good reason to attach the event handler to <html> instead of <body>. Review URL: https://codereview.chromium.org/12208141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182046 0039d316-1c4b-4281-b951-d872f2087c98
-