- 16 Jan, 2013 40 commits
-
-
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
-
teravest@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11886024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177201 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
The client code gets shorter, the implementation gets shorter, and there are fewer concepts to remember. BUG=none Review URL: https://codereview.chromium.org/11932002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177200 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Update some #includes in webkit/media/android for headers that were moved from WebKit/chromium/public/platform to Platform/chromium/public Review URL: https://chromiumcodereview.appspot.com/11961018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177199 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Now that we have common base::PostTaskAndReplyWithResult helper method it doesn't seem necessary anymore. BUG=none Review URL: https://chromiumcodereview.appspot.com/11946014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177198 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177196 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
destroyed (by virtue of being a child HWND), but the NativeTextfieldWin was never destroying itself. BUG=170369 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/11973011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177195 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
This is a UI experiment that may be reverted for M26 depending on feedback. * Ensure ImmersiveModeController always watches for window property changes. * Trigger immersive mode in ChromeShellDelegate (this is only triggered by F4) * Ensure we hide the immersive mode button when window isn't maximized (there are ordering issues with the window observers for show state that exit immersive mode vs. hide the button) BUG=170167 TEST=added to browser_tests ImmersiveModeController.* Review URL: https://chromiumcodereview.appspot.com/11969006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177194 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
It wasn't used anywhere other than in ipc_perftests (which, up till very recently, weren't even compiled) in a non-essential way. Review URL: https://chromiumcodereview.appspot.com/11964002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177192 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
r1557: Fix typo in error message: PARELLEL -> PARALLEL r1558: Create intermediate PDB files in sub directories. r1559: Change ninja rpath generation to be more like make. r1560: windows: Add support for overriding pdb name for compile step TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/11956016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177191 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
> Finally rip the global StackingClient bandaid off. > > - Removes the aura::client::SetStackingClient(StackingClient*) interface. > - Moves the ash StackingController from a singleton owned by ash::Shell to one StackingController per RootWindow owned by the ash::RootWindowController. (Also removes a spurious delegate method, where every implementation creates the same object, including tests.) > - Removes the global DesktopStackingClient and related interfaces. > - Fix the ChromeViewsDelegate so that it still sets context in chromeos builds. > - Rename content::ShellStackingClientAsh to content::MinimalAsh to reflect what it really does. > > In addition, the following fix ups apply: > > - Previously, WebContentsViewAura asserted that it needed a context window. Now if no context window is provided, it isn't added to an aura hierarchy. There are times when that context doesn't exist: various chromeos dialogs that directly invoke WebView and toplevel extension/app windows that are created from background pages that don't have contexts. > > BUG=161882 > > Review URL: https://codereview.chromium.org/11829040 TBR=erg@chromium.org Review URL: https://codereview.chromium.org/11962021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177190 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
Right now there's an assumption that WebKit lives in src/third_party/, but this is not the case when run_tests.py is ran from a WebKit checkout. BUG=170362 Review URL: https://chromiumcodereview.appspot.com/11969014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177189 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
DevTools: brush up remote debuggign browser target: use callbacks, make handlers implementation a more pleasant task. - Migrates command handlers to the callbacks - Introduces constants for tracing handler - Removes notifier and replaces it with notifier callback Test: ./tools/telemetry/run_tests --browser=release testGotTrace -vvv Review URL: https://chromiumcodereview.appspot.com/11958010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177188 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
* "naclsdk update" (i.e. update recommended) was broken * "naclsdk update pepper_canary" would make a directory called "pepper_26" not "pepper_canary". BUG=none R=sbc@chromium.org,noelallen@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11946002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177187 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
Upload to the staging server and only on the FYI bot. BUG=150801 TEST=bb_run_bot_test.py Review URL: https://codereview.chromium.org/11972003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177186 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
- Removes the aura::client::SetStackingClient(StackingClient*) interface. - Moves the ash StackingController from a singleton owned by ash::Shell to one StackingController per RootWindow owned by the ash::RootWindowController. (Also removes a spurious delegate method, where every implementation creates the same object, including tests.) - Removes the global DesktopStackingClient and related interfaces. - Fix the ChromeViewsDelegate so that it still sets context in chromeos builds. - Rename content::ShellStackingClientAsh to content::MinimalAsh to reflect what it really does. In addition, the following fix ups apply: - Previously, WebContentsViewAura asserted that it needed a context window. Now if no context window is provided, it isn't added to an aura hierarchy. There are times when that context doesn't exist: various chromeos dialogs that directly invoke WebView and toplevel extension/app windows that are created from background pages that don't have contexts. BUG=161882 Review URL: https://codereview.chromium.org/11829040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177182 0039d316-1c4b-4281-b951-d872f2087c98
-
anandc@chromium.org authored
BUG=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11962005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177181 0039d316-1c4b-4281-b951-d872f2087c98
-