- 11 Jul, 2012 40 commits
-
-
tedvessenes@gmail.com authored
R=agl@chromium.org BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10692155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146124 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
Much of process_utils isn't meaningful on iOS, but this provides enough to support unit tests and minimal metrics. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10698149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146123 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=133903 TEST=none TBR=sky@chromium.org,wtc@chromium.org Review URL: https://chromiumcodereview.appspot.com/10694093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146121 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
The initial iOS version was over-ambitious, and doesn't yet build. To get the build working, this: - only builds base:base on iOS, not base:*, and - disables warnings-as-errors in third-party code for iOS, since at least NSS and ICU have warnings for iOS. This also adds nss.gyp to the iOS build, now that its gyp support has landed BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10704153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146120 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
MessageLoop still needs to be brought on line in order for this to link, but it's much closer to working. TBR= BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10700158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146119 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This disables the build of browser/ui/intent. Review URL: https://chromiumcodereview.appspot.com/10696072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146118 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10690133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146117 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=131385 TEST=Manual. TBR=ivankr Review URL: https://chromiumcodereview.appspot.com/10695145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146116 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
WebKit doesn't checkout all the necessary dependencies to be able to run net_unittests successfully. Since this test was never run on the build.webkit.org builders, this was never observed. There is no reason to even build this target since it wouldn't pass anyway. So move the 2 targets inside the inside_chromium_build==1 condition. This will turn the Chromium Win Release builder back green. R=rsleevi@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10698126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146115 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://setttingskevers@chromium.org authored
BUG=133362 TEST=Manually. Review URL: https://chromiumcodereview.appspot.com/10703129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146113 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
- also renaming conflicting emulator avds This change should not be disruptive as android update step will rev tools to r20. However 'android-15' target does not exist for tools r18, so it was not being downloaded on a clean run of install-build-deps-android-sdk BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10696170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146112 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10698145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146111 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=128378 TEST=GDataOperationsTest.GetDataOperationParseJson passes. Review URL: https://chromiumcodereview.appspot.com/10749015 TBR=yoshiki@chromium.org Review URL: https://chromiumcodereview.appspot.com/10704158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146110 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=135128 TEST=unit_tests --gtest_filter=AutocompleteMatchTest* R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10700116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146109 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
BUG=101244 TEST=N/A, only moving code, no change in functionality Review URL: https://chromiumcodereview.appspot.com/10690113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146107 0039d316-1c4b-4281-b951-d872f2087c98
-
chenyu@chromium.org authored
BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10704123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146106 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
BUG=125390 TEST=Chrome on Android UI tests, not ready to be upstreamed yet. Review URL: https://chromiumcodereview.appspot.com/10695124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146105 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=128378 TEST=GDataOperationsTest.GetDataOperationParseJson passes. Review URL: https://chromiumcodereview.appspot.com/10749015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146104 0039d316-1c4b-4281-b951-d872f2087c98
-
halyavin@google.com authored
BUG= https://code.google.com/p/chromium/issues/detail?id=136793 TEST= none Review URL: https://chromiumcodereview.appspot.com/10695077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146103 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
When fetching origins from the quota database, include the ones where the modification time exactly matches the beginning. This includes origins with modification time 0 in the result when fetching origins "since the beginning of time". BUG=134825 TEST=content_unittests:QuotaDatabaseTest.OriginLastModifiedSince; manual: Database storage is deleted from the Clear Browsing Data dialog. Review URL: https://chromiumcodereview.appspot.com/10700035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146102 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
Progress shows uploaded and downloaded bytes, but not copyed (so it 'in sync' with the sync indicator; current API restrics from more percise status update). So for pinned or previusly copied gdata files progress still jumps in big chuncks. BUG=134600 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10697098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146101 0039d316-1c4b-4281-b951-d872f2087c98
-
benm@chromium.org authored
The current implementation of NetworkChangeNotifier on Android assumes that the embedder has the Android ACCESS_NETWORK_STATE platform permission, and will crash if it does not. This change refactors the implementation such that the embedder pushes state changes into the NetworkChangeNotfier, and makes the NetworkChangeNotifier a singleton. Review URL: https://chromiumcodereview.appspot.com/10693068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146100 0039d316-1c4b-4281-b951-d872f2087c98
-
yongsheng.zhu@intel.com authored
Module and methods changes: 1. run_tests_helper -> constants 2. FromOkAndFailed -> FromRun 3. Remove duplicated apk check BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10692153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146099 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=133939 TEST=Manual with simulated connectivity failures. Review URL: https://chromiumcodereview.appspot.com/10695058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146098 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
If $PWD contains a symlink, build/android/envsetup.sh ends up setting CHROME_SRC to the same symlinked path. This breaks some utilities (e.g., grit) that work with absolute paths and expect them to be prefixed by CHROME_SRC. The fix is to set CHROME_SRC to the canonical absolute path of the current directory. BUG= TEST=cd $SYMLINKED_PATH; unset CHROME_SRC; . build/android/envsetup.sh; android_gyp Review URL: https://chromiumcodereview.appspot.com/10700141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146097 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
BUG=132980 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10736026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146096 0039d316-1c4b-4281-b951-d872f2087c98
-
james.wei@intel.com authored
AndroidCommand only needs two args while emulator.py pass three BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10700157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146095 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
To support this, shortcut creation on Linux for extensions has been modified so that the filename encodes the extension ID and the profile. Also, when creating shortcuts any existing shortcuts are removed first. Web page shortcuts are not affected. BUG=130456 TEST=Test uninstalling apps removes their shortcuts; test uninstalling apps is not broken in any way; test shortcuts for web apps are not broken in any way. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146065 Review URL: https://chromiumcodereview.appspot.com/10698114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146094 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=136387,98431 TEST=see bug for manual test Review URL: https://chromiumcodereview.appspot.com/10763007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146093 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
BUG=101244 TEST=N/A, only moving code, no change in functionality Review URL: https://chromiumcodereview.appspot.com/10696145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146092 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
Finder on Mac OS has a habit of putting .DS_Store files into directories, which would (silently) prevent us from deleting them. Also, don't treat trying to delete a directory that doesn't exist on disk anymore as an error. Add URL to quota managed origin deletion callback. BUG=134825 TEST=Clear Browsing Data does that. Review URL: https://chromiumcodereview.appspot.com/10701094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146089 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146088 0039d316-1c4b-4281-b951-d872f2087c98
-
hayato@chromium.org authored
TBR= BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10690132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146087 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146086 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
No UI changes were shipped (apart from the startup option string change). BUG=133904 TEST=None Review URL: https://chromiumcodereview.appspot.com/10689116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146084 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146083 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
TBR=jbates@chromium.org Review URL: https://chromiumcodereview.appspot.com/10704152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146082 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This is a band-aid fix that runs ui_unittests when runing chrome_tests.sh with a '-t gfx' option. Also, it renames an exclude file to use it when running ui_unittests. BUG=none TEST=make valgrind and heapchecker bots green. Review URL: https://chromiumcodereview.appspot.com/10698146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146081 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
BUG=101244 TEST=N/A, only moving code, no change in functionality Review URL: https://chromiumcodereview.appspot.com/10696144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146079 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Revert 146038 as it might have broken chromeos browser_tests - Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch. BUG=121479 Review URL: https://chromiumcodereview.appspot.com/10704073 TBR=koz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10736024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146078 0039d316-1c4b-4281-b951-d872f2087c98
-