- 17 Jan, 2013 2 commits
-
-
brianderson@chromium.org authored
When impl-side painting, we draw when the pending tree becomes active and should no longer draw on commit. BUG=168724 Review URL: https://chromiumcodereview.appspot.com/11830040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177274 0039d316-1c4b-4281-b951-d872f2087c98
-
ncbray@chromium.org authored
BUG= 164462 Review URL: https://chromiumcodereview.appspot.com/11967002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177273 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Jan, 2013 38 commits
-
-
mseaborn@chromium.org authored
Two things are needed to get crash_service's VLOG(1) messages sent to stderr: * Pass --v=1 * Enable "SYSTEM_DEBUG_LOG" in InitLogging() Without these steps, only higher verbosity messages get sent to stderr. Note that crash_service's stderr works if stderr is a pipe but not if it's a Windows console. On a Buildbot slave, though, stderr is a pipe. BUG=169394 TEST=run_breakpad_browser_process_crash_test in nacl_integration Review URL: https://codereview.chromium.org/11881043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177271 0039d316-1c4b-4281-b951-d872f2087c98
-
pauljensen@chromium.org authored
ChromeURLDataManagerBackend's ProtocolHandlers. BUG=122969 Review URL: https://chromiumcodereview.appspot.com/11883038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177270 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177269 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=none TBR=gspencer@chromium.org,benchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/11971021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177268 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11884058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177267 0039d316-1c4b-4281-b951-d872f2087c98
-
hartmanng@chromium.org authored
[Telemetry] fix google_credentials_backend_unittest.py and facebook_credentials_backend_unittest.py. The mentioned files both have flaky tests called testRealLoginWithDontOverrideProfileIfPossible. This should fix them. BUG=169447 Review URL: https://chromiumcodereview.appspot.com/11875017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177266 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Moves the parsing of the ScriptBadge key in the manifest out of extension.cc. Also moves out the ActionInfo struct, which Extension should not need to know about. Move some common parsing functions (e.g. LoadIconsFromDirectory) into a common helper file. Rename extension_script_badge_api to script_badge_api; make a ScriptBadgeAPI PKS. BUG=159265 Review URL: https://chromiumcodereview.appspot.com/11588004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177265 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
In work on bringing up Windows x64, there are many places that need to be safely narrowed to the types used for interacting with other APIs (particularly when using containers). Rather than scatter these CHECKs all over, numeric_cast<> CHECKs that the runtime value can be safely converted to the target type. BUG=8606, 167187, 166496 Review URL: https://codereview.chromium.org/11886037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177264 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG=170421 TEST=content_unittests TBR=kbr Review URL: https://codereview.chromium.org/11962029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177263 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
First attempt here: https://chromiumcodereview.appspot.com/11819018/ BUG=None. TEST=./run_tests in telemetry and perf for both release and system browsers. Review URL: https://codereview.chromium.org/11975022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177262 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177261 0039d316-1c4b-4281-b951-d872f2087c98
-
leviw@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177260 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Update some #includes for headers that have moved from WebKit/chromium/public/platform/ to Platform/chromium/public/ Review URL: https://chromiumcodereview.appspot.com/11971020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177259 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
not starting. This is a random subset of tests that use the TestServer, and we don't want to disable them all, one-by-one, due to this issue. BUG=96594,151810,151811,170247 Review URL: https://chromiumcodereview.appspot.com/11969008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177258 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG=165201 TEST= TBR=jln@chromium.org Review URL: https://chromiumcodereview.appspot.com/11894003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177257 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
Make sure profile shortcut manager does not create a user level shortcut when a system level one exists. BUG=169495 TEST=New unit tests and manual steps described in the bug. Review URL: https://chromiumcodereview.appspot.com/11876027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177256 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Adds a stub library project that the main chrome dll depends on that creates a compilation pdb with the same name as the linking pdb that the main dll uses. Compilation pdbs have a larger internal page size (that allows for larger total size) and the internal page size value isn't overwritten during linking. This indirectly allows the pdb size to grow past 1G up to 2G. Requires gyp >= r1560. BUG=170186 Review URL: https://codereview.chromium.org/11968015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177255 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
> Saves activity log calls into a database. Database interaction is loosely modeled after how history and bookmarks are saved, although I am not currently archiving the log after 3mo. > > Also gives the activity log some structure in preparation for the new UI. > > BUG=161002 > > Review URL: https://chromiumcodereview.appspot.com/11421192 TBR=felt@chromium.org Review URL: https://codereview.chromium.org/11886084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177254 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
BUG=168727 Review URL: https://codereview.chromium.org/11879031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177252 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
This CL copies the ui\base\dialogs sources to a new directory ui\shell_folders. This is done due to problems with gcl not working correctly in conjunction with svn mv and local edits leading to tryjob issues. The code in ui\shell_folders is not compiled at the moment. This will be compiled when CL https://codereview.chromium.org/11878031 lands. BUG=170483 TBR=ben git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177251 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
After danakj@ comment on the CL that added the top controls manager, I looked into layer positioning in the browser compositor to keep it in sync with the top controls UI widgets. This removes the need for the top controls layer and also gets rid of the need to pass an increased clip size to the layer tree host. Now the renderer compositor will make the webkit size and the browser compositor will be in charge of moving it around. BUG=161303 Review URL: https://chromiumcodereview.appspot.com/11967021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177250 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Needs to actually build on SDK 16, not only 17. BUG=170175 Review URL: https://chromiumcodereview.appspot.com/11958016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177249 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11956020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177248 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=168891 TEST=MP4StreamParserTest.TestMPEG2_AAC_LC Review URL: https://chromiumcodereview.appspot.com/11819013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177246 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
> Explicitly free shared memory buffers on destruction. > > Without this change transfer buffers can leak until the ContextGroup > is destroyed. > > BUG=169141 > > > Review URL: https://chromiumcodereview.appspot.com/11840002 TBR=sievers@chromium.org Review URL: https://codereview.chromium.org/11970022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177245 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Prefer nonvisible to backgrounded, client to tab, nicetohave to nice_to_have, and allocation to budget. BUG=168413 Review URL: https://chromiumcodereview.appspot.com/11944002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177244 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11939002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177243 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11931022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177242 0039d316-1c4b-4281-b951-d872f2087c98
-
sivachandra@chromium.org authored
We want certain Android specific files, like findbugs_known_bugs.txt, to only have deletions (not even modifications to existing lines). The presubmit check added in this CL checks that a certain list of files only have deletions. BUG=165608 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11583028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177241 0039d316-1c4b-4281-b951-d872f2087c98
-
crogers@google.com authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/11958006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177240 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
So we can turn them off on older windows drivers between 2007 and 2009. BUG=169938 TEST=content_unittests Review URL: https://codereview.chromium.org/11930003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177239 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=109874 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11878022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177238 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/11821003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177237 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=141005 Review URL: https://chromiumcodereview.appspot.com/11818008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177236 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
Saves activity log calls into a database. Database interaction is loosely modeled after how history and bookmarks are saved, although I am not currently archiving the log after 3mo. Also gives the activity log some structure in preparation for the new UI. BUG=161002 Review URL: https://chromiumcodereview.appspot.com/11421192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177235 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/162100 R=sky@chromium.org Review URL: https://codereview.chromium.org/11885030 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/11969020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177226 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
This change appears to have broken many perf bots. See bug at https://code.google.com/p/chromium/issues/detail?id=170310. > [Telemetry] Clean separation between tab (public API) and tab_backend (Chrome implementation). Flatten tab's public methods. > > E.g. instead of tab.page.Navigate('url') it's now tab.Navigate('url'). This makes more sense for other browsers, who won't have the same domain divisions that Chrome DevTools does; and paves the way for future organization/separation between public API and backends. > > BUG=None. > TEST=None. > > Review URL: https://codereview.chromium.org/11819018 TBR=dtu@chromium.org Review URL: https://codereview.chromium.org/11931026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177225 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/11967024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177224 0039d316-1c4b-4281-b951-d872f2087c98
-