- 30 Jul, 2012 32 commits
-
-
mpcomplete@chromium.org authored
BUG=134319 Review URL: https://chromiumcodereview.appspot.com/10833070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148956 0039d316-1c4b-4281-b951-d872f2087c98
-
thomasvl@chromium.org authored
app is launched. Review URL: https://chromiumcodereview.appspot.com/10831050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148955 0039d316-1c4b-4281-b951-d872f2087c98
-
noyau@chromium.org authored
This builds a small subset of net containing only the dependencies needed to build the ui target. BUG=None Review URL: https://chromiumcodereview.appspot.com/10834051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148954 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10827008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148953 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Note: This was a TODO for sky@. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10796106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148952 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
The entry point to the Java Bridge is JavaBridgeDispatcherHostManager. This is not part of the content API so is available only on WebContentsImpl, not WebContents. We therefore modify ContentViewCoreImpl to store and use WebContentsImpl*, rather than WebContents*. It's safe for ContentViewCoreImpl to cast the WebContents* it receives in its constructor to WebContentsImpl* because WebContentsImpl is the only concrete implementation of the WebContents interface. BUG=110637 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148945 Review URL: https://chromiumcodereview.appspot.com/9192008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148951 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=139083 R=ben@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/10821083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148950 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This reverts commit 4c4c2a2e. This commit included inintended changes not present in code review. BUG=110637 Review URL: https://chromiumcodereview.appspot.com/10827085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148949 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=139471 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148948 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148947 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148946 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
The entry point to the Java Bridge is JavaBridgeDispatcherHostManager. This is not part of the content API so is available only on WebContentsImpl, not WebContents. We therefore modify ContentViewCoreImpl to store and use WebContentsImpl*, rather than WebContents*. It's safe for ContentViewCoreImpl to cast the WebContents* it receives in its constructor to WebContentsImpl* because WebContentsImpl is the only concrete implementation of the WebContents interface. BUG=110637 Review URL: https://chromiumcodereview.appspot.com/9192008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148945 0039d316-1c4b-4281-b951-d872f2087c98
-
verwaest@chromium.org authored
TBR=danno@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148944 0039d316-1c4b-4281-b951-d872f2087c98
-
husky@chromium.org authored
On newer JB builds, the JNINativeInterface struct appears to be held in read-only memory so attempting to repoint individual function pointers in it causes segfault. So instead we repoint the top-level struct pointer to refer to our own copy held in read/write memory. BUG=137348 TEST=JNIAndroidTest Review URL: https://chromiumcodereview.appspot.com/10828050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148943 0039d316-1c4b-4281-b951-d872f2087c98
-
yongsheng.zhu@intel.com authored
Simple fix like other build files BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10825033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148942 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=138638 Review URL: https://chromiumcodereview.appspot.com/10820046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148941 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=138703 TEST=Changing search string or directory while previous search or directory scan is still running. Review URL: https://chromiumcodereview.appspot.com/10828051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148940 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
highest-priority PrefStore only. Recommended values are interesting even if they are currently being overridden by a higher-priority source. This CL adds a getter for the recommended value and makes pref change notifications be sent on all value changes, even if the change occurs in a PrefStore that is currently overridden. This will allow the settings UI to adapt when recommended values change. BUG=104955 Review URL: https://chromiumcodereview.appspot.com/10821047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148939 0039d316-1c4b-4281-b951-d872f2087c98
-
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 8 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
-