- 11 Jul, 2012 40 commits
-
-
mihaip@chromium.org authored
Mihai, might need help landing this. Getting presubmit errors even after a recent sync and a proper build. Meggin Review URL: https://chromiumcodereview.appspot.com/10775002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146169 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=125875 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10758015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146167 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=git cl presubmit Review URL: https://chromiumcodereview.appspot.com/10704150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146166 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
BUG=136430 Review URL: https://chromiumcodereview.appspot.com/10736019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146165 0039d316-1c4b-4281-b951-d872f2087c98
-
zysxqn@google.com authored
Always query for the latest RenderViewHost from WebContents before sending the NOtBlacklistedMessage, since RenderViewHost can be changed if users navigate to a different site. We have seen crashes (highly possibly) because of this (http://code.google.com/p/chromium/issues/detail?id=134191) BUG=134191 TEST=PasswordFormManagerTest Review URL: https://chromiumcodereview.appspot.com/10704147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146164 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
BUG=123998 R=asanka@chromium.org Review URL: https://chromiumcodereview.appspot.com/10689093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146162 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Update smoke test accordingly. R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10748009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146159 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146157 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
they pass on beta/stable builds even if the features are restricted to dev/trunk. BUG=136629 TEST=no Review URL: https://chromiumcodereview.appspot.com/10704149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146156 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=136603 TEST=Verify bubble arrow is drawn correctly when arrow location is BOTTOM_LEFT and RIGHT_TOP. Review URL: https://chromiumcodereview.appspot.com/10689145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146155 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
With the update of the WebSurroundingText API and layout tests the currently exposed initialize methods can be simplified into one. Update Chromium to allow this happening without breaking the build. BUG=125390 TEST=end to end Android UI tests, not ready to be upstreamed yet. Review URL: https://chromiumcodereview.appspot.com/10736031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146154 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
These tests are failing since the MS 2008 - 2010 switch. Turning them off to make the tree green until someone takes the bug and figures out how to fix it. BUG=132133 TEST=gpu win release bots TBR=nduca Review URL: https://chromiumcodereview.appspot.com/10540111 TBR=zmo@google.com Review URL: https://chromiumcodereview.appspot.com/10704161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146150 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-