- 11 Jul, 2012 40 commits
-
-
scottbyer@chromium.org authored
If a browser is running, and the service process is running the connector, the connector will occasionally start up a chromium process to check the connector enablement policy. The flag to do so would get passed to a running browser, if present, and there is a path through the policy check code that could cause the browser to quit. This patch prevents the policy check flag from being passed on; the started process will be very short lived and does a silent launch. BUG=134252 TEST=None Review URL: https://chromiumcodereview.appspot.com/10666010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146149 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=133957 TEST=unit tests pass. Review URL: https://chromiumcodereview.appspot.com/10696131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146148 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=134578 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10700058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146147 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
to LoginUIService. This will be used by the extension API to show login UI in a popup and then obseve when it is closed and respond back to the extension accordingly. Review URL: https://chromiumcodereview.appspot.com/10699013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146143 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
No code change. Apply comment on code review for r145479. R=cmp@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10703140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146142 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
This reverts commit 331b803f. TBR=ericu@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10696173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146141 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Do not add actual touch-only tracing implementation yet. Instead, add the smoke test to make sure touch-only access is *not* logged at the moment. R=cmp@chromium.org NOTRY=true BUG= TEST=Tested manually on each OS. Review URL: https://chromiumcodereview.appspot.com/10772002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146140 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=135673 TEST=Disable a pinned app either from extension settings page or admin policy and app should automatically unpinned from launcher instead of pulsing. Review URL: https://chromiumcodereview.appspot.com/10693128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146139 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This simplifies a few code paths. Add unit test to make sure the behavior is consistent accross platforms. Fixes test regressions. R=cmp@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10753006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146137 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
Use an ExternalData for the cases where we still need to distinguish save page downloads. Eventually, this should not be necessary. Review URL: https://chromiumcodereview.appspot.com/10695087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146135 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
BUG=134696, 117261 Review URL: https://chromiumcodereview.appspot.com/10665053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146134 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
This change essentially moves internally buffered network data from WebURLLoader to BufferedResourceLoader as soon as there's capacity instead of waiting for an arbitrary threshold. There's no fear of spamming progress events at a higher frequency since progress events are limited to firing at a minimum interval of 350ms. BUG=124719 TEST=none Review URL: https://chromiumcodereview.appspot.com/10694098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146133 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
For example, when Ctrl is remapped to Alt, Ctrl+LeftButton should be handled as a RightButton click. BUG=133510 TEST=mostly covered by existing unit_tests for key_rewriter. Also checked that crbug.com/126529 does not reproduce with this CL. Review URL: https://chromiumcodereview.appspot.com/10756003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146132 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=123739 TEST=try Review URL: https://chromiumcodereview.appspot.com/10696161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146131 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
Otherwise, we might pick up external extensions during unit tests, which Breaks Stuff(tm). BUG=136596 TEST=see bug for manual test Review URL: https://chromiumcodereview.appspot.com/10690139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146130 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
TEST=none BUG=none Review URL: https://chromiumcodereview.appspot.com/10766007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146129 0039d316-1c4b-4281-b951-d872f2087c98
-
milanb@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10700161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146128 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=None TEST=PipelineIntegrationTest, BasicPlayback_MediaSource Review URL: https://chromiumcodereview.appspot.com/10701130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146127 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/133576 TEST=none Review URL: https://chromiumcodereview.appspot.com/10703131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146126 0039d316-1c4b-4281-b951-d872f2087c98
-
shalev@chromium.org authored
Note: all tests for FTP are currently disabled. The tests have been run locally and a new mock-based test will be added before committing. Note: this depends on http://codereview.chromium.org/10704021/ BUG=None TEST=net_unittests --gtest_filter=URLRequestTestFTP.* --gtest_also_run_disabled_tests Review URL: https://chromiumcodereview.appspot.com/10537056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146125 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-