- 16 Oct, 2012 40 commits
-
-
enne@chromium.org authored
R=jamesr@chromium.org BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11144034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162244 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=155546 Review URL: https://chromiumcodereview.appspot.com/11170007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162243 0039d316-1c4b-4281-b951-d872f2087c98
-
shenhan@google.com authored
Added explict type converion to initialization list. TEST=Built using gcc-4.7 BUG=None Review URL: https://chromiumcodereview.appspot.com/11148030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162242 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=116317 TEST=none Review URL: https://chromiumcodereview.appspot.com/11170006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162241 0039d316-1c4b-4281-b951-d872f2087c98
-
sschmitz@chromium.org authored
http://code.google.com/p/chromium/issues/detail?id=134093 https://chromiumcodereview.appspot.com/10993067/ This is a better fix than 10993067. This CL undoes that change and moves the fix to the AcceleratorController. This is a more general fix which employs a table of actions that are allowed when in a modal dialog. All other actions are suppressed. BUG=153077 TEST=System Tray -> Ehternet -> Join Other; while the modal dialog is up, try various ash shortcuts. Observe that the ones are working (like volume up) make sense, but things like new window or moving around windows are inactive. Review URL: https://chromiumcodereview.appspot.com/10977088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162240 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
Add test for web intents host. R=groby@chromium.org BUG=153695 Review URL: https://chromiumcodereview.appspot.com/11026070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162239 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162238 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
This reverts the revert 2ed4f501. My change https://chromiumcodereview.appspot.com/11098008/ got reverted due to crash on startup of chromium_testshell. The difference from the previous CL is that TabBaseAndroidImpl constructor now calls InitTabHelpers() and that InitTabHelpers() is now a protected instead of private. Review URL: https://chromiumcodereview.appspot.com/11137004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162237 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
DISABLE_CAPS_LOCK is invoked with Shift keyup and should not be consumed. Otherwise the Shift keyup event is not sent to the renderer for tabbed web pages. BUG=155434 TEST=Manually check Shift keyup event is generated. Review URL: https://chromiumcodereview.appspot.com/11113004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162236 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
Per discussion with perkj@, after media stream is generated, all error messages would be sent to client, instead of media stream. Review URL: https://codereview.chromium.org/11146008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162235 0039d316-1c4b-4281-b951-d872f2087c98
-
sgurun@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11187002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162234 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
- Expose the WebGraphicsContext3D for Android's Compositor. BUG= Review URL: https://chromiumcodereview.appspot.com/11090075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162231 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
TBR=sky@chromium.org BUG=chrome-os-partner:14207 Review URL: https://codereview.chromium.org/11192012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162230 0039d316-1c4b-4281-b951-d872f2087c98
-
victorhsieh@chromium.org authored
Bug fix: in process router should not expect a sync message from host to plugin. Replies to sync messages are not sync message. BUG= Review URL: https://chromiumcodereview.appspot.com/11112004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162229 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162228 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
TBR=danakj Review URL: https://codereview.chromium.org/11198003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162227 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new common_resources.grd will be used for non-loalizeable resources, such as images. Review URL: https://chromiumcodereview.appspot.com/11087059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162226 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=119379 TEST=none Review URL: https://chromiumcodereview.appspot.com/11188003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162225 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=none TEST=manual test by verifying new draggable region syntax works Review URL: https://chromiumcodereview.appspot.com/11028125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162224 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=140319 TEST=none Review URL: https://chromiumcodereview.appspot.com/11150035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162223 0039d316-1c4b-4281-b951-d872f2087c98
-
sullivan@chromium.org authored
xp-release-single-core/intl1/times: http://build.chromium.org/f/chromium/perf/xp-release-single-core/intl1/report.html?history=150&rev=161784 xp-release-single-core/intl2/times: http://build.chromium.org/f/chromium/perf/xp-release-single-core/intl2/report.html?history=150&rev=161784 chromium-rel-win7-dual/intl1/times: http://build.chromium.org/f/chromium/perf/chromium-rel-win7-dual/intl1/report.html?history=150&rev=161784 BUG=155620 Review URL: https://chromiumcodereview.appspot.com/11144020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162222 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
WinHttpGetProxyForUrl() can fail in some network configurations. For example it often fails when running in a home network when it cannot download the PAC script. In other words it is normal for this function to fail and the calling cade should just be able to handle it (which is does already). BUG=156135 Review URL: https://codereview.chromium.org/11183007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162220 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
does not show up because the display id gets mangled due to mismatching type. BUG=155523 Review URL: https://chromiumcodereview.appspot.com/11189005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162219 0039d316-1c4b-4281-b951-d872f2087c98
-
piatek@google.com authored
BUG=143712 Review URL: https://chromiumcodereview.appspot.com/10987043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162218 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
We've seen some crashes in DebugDaemonClientImpl::OnRequestStopSystemTracing. If debugd crashes or completes I/O back to Chrome too early we could NULL out a scoped_ptr<> before the code expects it. Null check the pointer. BUG=155774 TEST=crash reports Review URL: https://chromiumcodereview.appspot.com/11155017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162217 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
GLES2Interface is a pure virutal interface. It's likely that more functions of GLES2Implementation will need have be declared in GLES2Interface but this is a first step BUG=155914 Review URL: https://chromiumcodereview.appspot.com/11138021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162216 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: https://codereview.chromium.org/11188006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162215 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11117003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162213 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
it out ourselves. Since WebKit is already case-insensitive, this fixes test-case #3. Test-Case #1 requires WebKit support for extracting the language from the HTTP headers (https://bugs.webkit.org/show_bug.cgi?id=97929). Note that this patch will fail completely until a WebKit patch to export this information is accepted (https://bugs.webkit.org/show_bug.cgi?id=98066). BUG=145689 Review URL: https://chromiumcodereview.appspot.com/11052002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162212 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Revert 162142 - Full Screen Magnifier: Add MagnificationManager MagnificationManager controls the full screen magnifier from chrome-browser side (not ash side. Note that MagnificationController is on ash side). MagnificationManager does: - Watch logged-in. Change the behavior between the login screen and user desktop. - Watch change of the pref. When the pref changes, the setting of the magnifier will interlock with it. In addition, this patch make the magnifier settings per-user instead of per-device. BUG=151891 TEST=manual, browser_test passes. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162080 Review URL: https://chromiumcodereview.appspot.com/11065008 TBR=yoshiki@chromium.org Review URL: https://codereview.chromium.org/11194011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162211 0039d316-1c4b-4281-b951-d872f2087c98
-
benm@google.com authored
Add AwResource.java, a class that defines a set of resource IDs and functionality to resolve those IDs to concrete resources. Initially, we add three resources - two raw resources to represent error pags and a string resource for default text encoding. The embedder should set up the IDs before starting to use Chromium. Review URL: https://codereview.chromium.org/11145026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162205 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
Prepare code to introduce two versions of SessionStateController later. BUG=138171, 139461 Review URL: https://chromiumcodereview.appspot.com/11091023 TBR=antrim@chromium.org Review URL: https://codereview.chromium.org/11185006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162201 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
Updated TaskManagerPanelResourceProvider to no longer expect Panel to have web contents after web contents are disconnected. BUG=155133 TEST=updated Review URL: https://chromiumcodereview.appspot.com/11092066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162200 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
(1) Adds an additional template pattern with "webhp" (2) ExtractSearchTermsFromURL now requires HTTPS BUG=135106 TEST=Standard unit tests under TemplateURL.* Review URL: https://chromiumcodereview.appspot.com/11094046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162199 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
Review URL: https://codereview.chromium.org/11139013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162197 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
TBR=jhawkins@chromium.org R=gbillock@chromium.org BUG=none Review URL: https://codereview.chromium.org/11137024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162195 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
gtk: improve web intent picker inline intent display BUG=153998 Review URL: https://codereview.chromium.org/11040053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162193 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Rather than requiring early registration for all method id, we can initialize them lazily as required. This solves the problem of building against SDK X but running against X - 1. Also adds a microbenchmark to ensure there are no considerable regressions. Results are a bit variable, but it hovers over: [ERROR:jni_android_unittest.cc(125)] JNI LazyMethodIDCall (us) 1983 [ERROR:jni_android_unittest.cc(127)] JNI MethodIDCall (us) 1862 BUG=152987 TEST=JNIAndroidMicrobenchmark.MethodId TBR=akalin Review URL: https://chromiumcodereview.appspot.com/11038015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162186 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This fixes the scroll-wheel axes being swapped when connecting to Mac hosts. BUG=155960 Review URL: https://chromiumcodereview.appspot.com/11140047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162185 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=137118 TEST=See unit tests, not called in any code yet Review URL: https://chromiumcodereview.appspot.com/11185002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162184 0039d316-1c4b-4281-b951-d872f2087c98
-