- 16 Nov, 2011 19 commits
-
-
thakis@chromium.org authored
BUG=101600, 94925 TEST=none TBR=mnissler Review URL: http://codereview.chromium.org/8573021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110235 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=100879 Review URL: http://codereview.chromium.org/8567019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110234 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8568010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110233 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110232 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 Review URL: http://codereview.chromium.org/8568021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110231 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=94103 TEST=unittest Review URL: http://codereview.chromium.org/8568032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110230 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
This fixes a bug where a client needed to guarantee a message filter was in place before any messages were received. It also follows the style of not having constructors that do complex initialization. BUG=102894 TEST=none Review URL: http://codereview.chromium.org/8417054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110229 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
likely more cleanup that can be done here, but this is a start. TBR=phajdan.jr@chromium.org R=phajdan.jr@chromium.org BUG=104360 TEST=none Review URL: http://codereview.chromium.org/8520025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110227 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
BUG=None TEST=PanelBrowserTest.AutoResize, CreateWithExistingContents, OnBeforeUnloadOnClose Review URL: http://codereview.chromium.org/8568034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110226 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8533030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110225 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8568012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110224 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
This is needed to fix some issues in tests exposed by the WebKit compositor. The problem is that sometimes during the teardown paths, some layers have stale a pointer to the compositor that has already been destroyed. The WebKit layer (rightfully) calls ScheduleDraw when the layer hierarchy is changed, exposing the issue. We now always walk back to the root layer to find the compositor, and reset the pointer when the compositor's root changes (or it gets destroyed). BUG=99524 TEST=views_unittest, aura_unittest, compositor_unittests with (and without) use_webkit_compositor=1 Review URL: http://codereview.chromium.org/8510076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110223 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none TBR=thestig Review URL: http://codereview.chromium.org/8468030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110222 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
Copy server pieces to build output dir. Update ppapi_uitests.cc to run server from output dir. Add test to ppapi_uitests, update dependecies. Update test_sever to support a fully qualified path. BUG= http://code.google.com/p/chromium/issues/detail?id=96782 BUG= http://code.google.com/p/chromium/issues/detail?id=103690 TEST= try (ui_tests --gtest_filter="PPAPI*.*") Review URL: http://codereview.chromium.org/8539019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110221 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=104403 TEST=none Review URL: http://codereview.chromium.org/8574028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110220 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
version_extension_ in MetricsLogBase was only used in the MetricsLog subclass, so move it to there. BUG=101600,94925 TEST=none Review URL: http://codereview.chromium.org/8468018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110219 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8520018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110218 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
than needed. BUG=none TEST=none Review URL: http://codereview.chromium.org/8540027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110217 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
This will mean that when things like cancel are done on downloads resulting from a Save Page As ..., chrome will not crash. They also won't do anything, but that's the previous (broken :-{) behavior. BUG=103590 R=cbentzel@chromium.org Review URL: http://codereview.chromium.org/8519008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110216 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Nov, 2011 21 commits
-
-
jar@chromium.org authored
Null time values can appear if the profiler is not ACTIVE, and the Now() function returns a Null value (to avoid wasting time and calling the OS Time). r=rtenneti Review URL: http://codereview.chromium.org/8573017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110215 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/8568023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110214 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
BUG=104031 Review URL: http://codereview.chromium.org/8533015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110213 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Fix a breakage to about:profiler from r110207. This change was actually part of my original codereview that was approved, but I lost it while synching my svn client :( TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8520029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110212 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
Don't pollute the namespace with defines from C header files and forward declare WaylandEvent. BUG=102903 TEST=compiles Change-Id: I5cd50c04361d4d053bdf8c193071a4c7808c51d7 R=oshima@chromium.org,dnicoara@chromium.org,mark@chromium.org Review URL: http://codereview.chromium.org/8572030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110211 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 TEST= Review URL: http://codereview.chromium.org/8468021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110209 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
Also get rid of flushed_metahandles since it serves exactly zero purpose :) BUG=87122 TEST=none Review URL: http://codereview.chromium.org/8565035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110208 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Complete the rename from about:tracking2 --> about:profiler by changing the implementation code to always reference "profiler" rather than "tracking". BUG=100992 Review URL: http://codereview.chromium.org/8520016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110207 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Also removes copy/pasted instances of this class. BUG=none TEST=none R=willchan@chromium.org Review URL: http://codereview.chromium.org/8565024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110206 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=101996 TEST=NA TBR=dimich@chromium.org Review URL: http://codereview.chromium.org/8568018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110205 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
BUG=none TEST=PPAPI tests still pass (perhaps even less flakily) Review URL: http://codereview.chromium.org/8468017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110203 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=101774 TEST=NONE Review URL: http://codereview.chromium.org/8527015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110202 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Added Media.URLScheme histogram. BUG=none TEST=manual observation of chrome://histograms/Media Review URL: http://codereview.chromium.org/8468011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110201 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=FindInPageControllerTest.FindMovesWhenObscuring on windows, linux_chromeos and aura bots. Review URL: http://codereview.chromium.org/8573012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110200 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The window gets removed in RemovedFromWidget, so it is not necessary to do this again in NativeViewDetaching. This fixes a couple of failing DOMViewTest tests. BUG=103487 TEST=DOMViewTest.TestRemoveAndDelete, TestReparent (browser_tests) Review URL: http://codereview.chromium.org/8574016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110198 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
After improving v8 API to allow us to pass in an extension source string length field, use that to refer directly to the in-image source rather than copying it and holding it in memory, thus saving memory. It bums me out that I have to call GetRawDataResource() twice, but I don't s a way around that without abandoning inheritance from v8::Extension and switching to composition/delegation. Moved DEPS for v8 to r9534, the newest to include r9365. I don't know whethe this matches our convention; perhaps we always move DEPS to the latest. BUG=95147 TEST=relying on existing extensions unit tests, which all still pass. Review URL: http://codereview.chromium.org/8277020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110197 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110196 0039d316-1c4b-4281-b951-d872f2087c98
-
cira@google.com authored
Fix to v8-i18n was submitted in http://codereview.chromium.org/8570009 BUG=104011 TEST=Load crash1.html from bug report and check it doesn't crash browser. Review URL: http://codereview.chromium.org/8573014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110195 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: http://codereview.chromium.org/8520021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110194 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
TEST=unit_tests --gtest_filter=BookmarkBarGtkUnittest* R=sky@chromium.org Review URL: http://codereview.chromium.org/8568011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110193 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8463031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110192 0039d316-1c4b-4281-b951-d872f2087c98
-