- 29 Jul, 2012 9 commits
-
-
jam@chromium.org authored
Delete content/browser/accessibility/renderer_accessibility_browsertest.cc. I think this was missed in r140627 Review URL: https://chromiumcodereview.appspot.com/10827081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148919 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=94925 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/10823072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148918 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
Measure the amount of time from app startup to when the first browser window becomes visible. TEST=None BUG=None Review URL: https://chromiumcodereview.appspot.com/10662046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148917 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
BUG=139108 TEST=manually done Review URL: https://chromiumcodereview.appspot.com/10825070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148916 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=94794 Review URL: https://chromiumcodereview.appspot.com/10834059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148915 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
The NSAccessibility* strings are not defined, only declared, in NSAccessibility.h, so the compiler needs to emit a static initializer if they are used in a global initializer. BUG=94925 Review URL: https://chromiumcodereview.appspot.com/10821085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148914 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=none TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10826057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148913 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Introduce RootWindowHostDelegate. The RootWindowHost performs most of its communication with RootWindow via this interface. The intent is to make the contract between RootWindowHost and RootWindow clearer. BUG=none TEST=existing Review URL: https://chromiumcodereview.appspot.com/10825050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148912 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10827074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148911 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Jul, 2012 31 commits
-
-
cristian.patrasciuc@gmail.com authored
Some cleanup of the file_metadata files (especially for Mac OS). I moved them under content/browser/download and changed the namespace to "content" to match the Linux implementation and the style guide. I also included a small change to the Linux-related unittests. Review URL: https://chromiumcodereview.appspot.com/10821069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148910 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10828063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148909 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
BUG=139244 TEST=none Review URL: https://chromiumcodereview.appspot.com/10821055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148908 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This fixes a race condition which may cause notifications to not work on startup. This is a minimal change for ease of merging. Unit tests will be landed in a separate patch. BUG=139424 Review URL: https://chromiumcodereview.appspot.com/10836002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148907 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
These const accessors are needed in my other CL 10694055. The accessors are very simple, so I duplicated the code rather than const-casting the const accessor to implement the non-const. BUG=N/A TEST=N/A (no fix & no new feature) TBR=jianli@chromium.org,darin@chromium.org,joaodasilva@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148906 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://omniboxmrossetti@chromium.org authored
Added ability of providers to append arbitrary information to be presented in the omnibox metrics window. Adjust formatting somewhat. BUG=None TEST=Observe Review URL: https://chromiumcodereview.appspot.com/10692075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148905 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
No need of views:: while already inside views namespace. Using views:: is incosistent, as at other places in examples we don't use it. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148904 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148903 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148902 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none TBR=tomhudson Review URL: https://chromiumcodereview.appspot.com/10830062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148901 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=138159 TEST=none TBR=tomhudson Review URL: https://chromiumcodereview.appspot.com/10833063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148900 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148895 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10825069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148893 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148892 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none TBR=tomhudson Review URL: https://chromiumcodereview.appspot.com/10823070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148891 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=123162 TBR=flackr Review URL: https://chromiumcodereview.appspot.com/10829071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148890 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=118571 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10829054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148889 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10828058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148888 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10820067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148887 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=122670,139470 TEST=none TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10831066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148886 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148885 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
CryptohomeClient::IsMounted is converted to asynchronous and used instead. Mock's default action for IsMounted is set in the ctor of MockCryptohomeClient. BUG=126674 TEST=git try -b linux_chromeos Review URL: https://chromiumcodereview.appspot.com/10817007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148883 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=118571 Review URL: https://chromiumcodereview.appspot.com/10826054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148882 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=123162 TBR=flackr Review URL: https://chromiumcodereview.appspot.com/10820066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148881 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Add global tracking of GPU memory allocations. Have each ContextGroup push memory tracking information to the GpuMemoryManager. With this we can determine if we transiently oversubscribe. BUG=135525 TEST= Review URL: https://chromiumcodereview.appspot.com/10796096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148880 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=130206 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10824054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148879 0039d316-1c4b-4281-b951-d872f2087c98
-
mitchellwrosen@chromium.org authored
Also re-factored the recently landed Debugger api (I believe it's the only API to have compiled events, so far) BUG=138767 Review URL: https://chromiumcodereview.appspot.com/10796114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148878 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=139467 TEST=none TBR=dmazzoni Review URL: https://chromiumcodereview.appspot.com/10823068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148877 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148876 0039d316-1c4b-4281-b951-d872f2087c98
-
inferno@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10826009 TBR=reed@google.com Review URL: https://chromiumcodereview.appspot.com/10835026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148875 0039d316-1c4b-4281-b951-d872f2087c98
-