- 30 Jul, 2012 14 commits
-
-
mkwst@chromium.org authored
BUG=107108 Review URL: https://chromiumcodereview.appspot.com/10824073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148936 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG=117154 Review URL: https://chromiumcodereview.appspot.com/10825056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148935 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG=139443 Review URL: https://chromiumcodereview.appspot.com/10823074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148934 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148933 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/10831069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148931 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
It also changes : - dmprof messages, - how to run subprocesses in prepare_symbol_info, - to prepare readelf result in prepare_symbol_info, - to rename procedure_boundaries => static_symbols, - how to parse nm results in static_symbols, - additional --keep option, - to ignore empty files, and - to store addresses in int. BUG=123749 TEST=use dmprof. Review URL: https://chromiumcodereview.appspot.com/10826008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148930 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=138018 Review URL: https://chromiumcodereview.appspot.com/10824059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148929 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=115047 R=rsleevi@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148928 0039d316-1c4b-4281-b951-d872f2087c98
-
shalev@chromium.org authored
BUG=None TEST=browser_tests --single_process --gtest_filter=DownloadExtensionTest.DownloadExtensionTest_Download_DataURL Review URL: https://chromiumcodereview.appspot.com/10703089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148927 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
Adds a parameter to the SyncManager::Initialize() callback to inform the caller which sync data types were successfully loaded from disk. This allows the SyncBackendHost and related classes make better decisions during initialization. If necessary, the SyncBackendHost will send a configure request to the syncer during early initialization asking it to download the nigori node. Now we can guarantee that the node will be available by the type ProfileSyncService::OnBackendInitialized() is called. The SyncBackendHost test expectations had to be amended to account for this test. Most of the changes are related to the fact that our behaviour no longer depends on the SyncPrefs. The ProfileSyncService*Tests were very much affected by this change. Those tests are parameterized with a callback that is used to initialize the sync DB and pretend that it had been loaded from disk. Previously, this callback would be executed later on during initialization, around the time of ProfileSyncService::OnBackendInitialize(). That approach was incompatible with this change, which requires that we have access to the fully initialized database around the time we return from SyncBackendHost::Initialize(). The callback had to be moved, which meant that it now required an explicit UserShare parameter, which meant that a lot of call sites had to be updated. BUG=129825 TEST= Review URL: https://chromiumcodereview.appspot.com/10804039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148926 0039d316-1c4b-4281-b951-d872f2087c98
-
shalev@chromium.org authored
BUG=http://code.google.com/p/chromium/issues/detail?id=138735 Review URL: https://chromiumcodereview.appspot.com/10834053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148925 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds some JSON feeds and an image that'll be used by a later change. BUG=128805 TEST=none TBR=satorux@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148924 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
There's no OOBE to skip in retail mode. This test broke when I switched on OOBE in test images. R=rkc@chromium.org BUG= TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10834041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148923 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
P.S. This CL is in honor of François Beaufort's birthday. BUG=137998 Review URL: https://chromiumcodereview.appspot.com/10824074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148922 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Jul, 2012 10 commits
-
-
tfarina@chromium.org authored
And while I'm here, clean this mess up! BUG=133088 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10821078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148920 0039d316-1c4b-4281-b951-d872f2087c98
-
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 16 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
-