- 16 Jan, 2013 40 commits
-
-
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
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177223 0039d316-1c4b-4281-b951-d872f2087c98
-
leviw@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177222 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
Also check if it's access denied (e.g,, cross origin requests). These additions mean that we are shifting the UMA codes for PNaCl around. This is okay since we haven't collected any user samples yet. BUG= http://code.google.com/p/nativeclient/issues/detail?id=3136 Review URL: https://chromiumcodereview.appspot.com/11881038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177220 0039d316-1c4b-4281-b951-d872f2087c98
-
MHX348@motorola.com authored
BUG=159265 Review URL: https://chromiumcodereview.appspot.com/11821009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177219 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
This patch adds an additional completion event to thread proxy. Right now, it checks for the lack of a pending tree after drawing (which is currently where tree activation is triggered). R=nduca@chromium.org BUG=164993 Review URL: https://chromiumcodereview.appspot.com/11710004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177218 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=134213 TEST=Use GYP_DEFINES="remoting_use_apps_v2=1" Review URL: https://codereview.chromium.org/11875021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177217 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177216 0039d316-1c4b-4281-b951-d872f2087c98
-
tommyw@chromium.org authored
http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastream BUG= Review URL: https://chromiumcodereview.appspot.com/11970010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177215 0039d316-1c4b-4281-b951-d872f2087c98
-
leviw@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177213 0039d316-1c4b-4281-b951-d872f2087c98
-
sylvinus@gmail.com authored
BUG=167228 Review URL: https://chromiumcodereview.appspot.com/11886067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177212 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=167788 Test=None Review URL: https://chromiumcodereview.appspot.com/11910005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177210 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/162100 R=sky@chromium.org Review URL: https://codereview.chromium.org/11885030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177209 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Use pylib constants instead. Review URL: https://codereview.chromium.org/11967019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177208 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Moved the localized strings from ChromotinHost to HostUserInterface, closer to the UI objects that consume them. Removed a dependency on ChromotingHost from the continue window UI wrapper. BUG=104544 Review URL: https://chromiumcodereview.appspot.com/11886051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177207 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
> Move auth-error reporting code out of SyncGlobalError and into SigninGlobalError > > This is the first step towards enabling signin even when sync is disabled by > policy. > > BUG=166148,113133 > > > Review URL: https://chromiumcodereview.appspot.com/11817045 TBR=atwilson@chromium.org Review URL: https://codereview.chromium.org/11886079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177206 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This happens because an observer of kAppPack was added in crrev.com/172473. The fix shares all the setting names with DeviceSettingsProvider to avoid similar issues in the future. BUG=chromium:108928 Review URL: https://chromiumcodereview.appspot.com/11975009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177205 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
This is in preparation for adding a NavigationTracker. BUG=169078 TEST=chromedriver2_unittests Review URL: https://chromiumcodereview.appspot.com/11975003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177204 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Update some #includes in webkit/media/crypto for headers that were moved from WebKit/chromium/public/platform to Platform/chromium/public Review URL: https://chromiumcodereview.appspot.com/11931019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177203 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
The optimize code is based on pngslim. A few steps are omitted, but it runs all other processes. I'll check if it worth fixing them (for example, advdef didn't make much difference) Using -o option requires new third party program: optpng, pngout and advdef. The script asks to install if they're not installed. So for, I've got ~30% reduction in ash/resources (it's probably because pngslim was never run on this directory), I'd expect less on other places where pngslim was run before. Print results BUG=150046 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11905002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177202 0039d316-1c4b-4281-b951-d872f2087c98
-