- 08 Aug, 2012 40 commits
-
-
nona@chromium.org authored
PendingCreateICRequest is no longer necessary because the libibus dependent code is gone, just state flag is fine. In addition to this, PendingCreateICRequest cause memory leak if the response from ibus-daemon is lost. BUG=134717,135049 TEST=ran ui_unittests and manually check on lumpy. Review URL: https://chromiumcodereview.appspot.com/10834175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150517 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=atwilson@chromium.org BUG=141255 TEST=none Review URL: https://chromiumcodereview.appspot.com/10825241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150516 0039d316-1c4b-4281-b951-d872f2087c98
-
thorogood@chromium.org authored
Allows developers to explicitly specify what accept types they would like to allow in their file selectors, as well as whether they allow all files as a last option. BUG=133066 TEST=Test cases, manual testing Review URL: https://chromiumcodereview.appspot.com/10692105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150515 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150514 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=fmalita@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150513 0039d316-1c4b-4281-b951-d872f2087c98
-
srvasude@chromium.org authored
The isSuggestionsPageEnabled flag will be deprecated/be reassigned to suggestions coming from user history. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10827075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150512 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=atwilson@chromium.org BUG=141255 TEST=none Review URL: https://chromiumcodereview.appspot.com/10854035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150511 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=vandebo@chromium.org BUG=141322 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150510 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=atwilson@chromium.org BUG=141255 TEST=none Review URL: https://chromiumcodereview.appspot.com/10828206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150509 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
BUG=134694 Review URL: https://chromiumcodereview.appspot.com/10828160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150508 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
The HTTP-based Public Key Pinning Internet Draft (tools.ietf.org/html/draft-ietf-websec-key-pinning) requires this. Per wtc, give the *Fingeprint* types more meaningful *HashValue* names. Cleaning up lint along the way. BUG=117914 TEST=net_unittests, unit_tests TransportSecurityPersisterTest Review URL: https://chromiumcodereview.appspot.com/10825211 TBR=palmer@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150507 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG= TEST=try passed Review URL: https://chromiumcodereview.appspot.com/10836145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150504 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=vandebo@chromium.org BUG=141322 TEST=none Review URL: https://chromiumcodereview.appspot.com/10825239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150502 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=atwilson@chromium.org BUG=141319 TEST=none Review URL: https://chromiumcodereview.appspot.com/10828205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150501 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150500 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@chromium.org authored
The install-build-deps-android-sdk.sh is no longer necessary, since the SDK is checked out as part of the tree. It is still useful as an easy way to install the SDK/NDK if we want to use an alternate (i.e. if we explicitly export ANDROID_SDK_ROOT it won't use the tree version). BUG= Review URL: https://chromiumcodereview.appspot.com/10823174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150499 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Some builds don't like two files in a project with the same name. This addresses the issue. BUG=140306 Review URL: https://chromiumcodereview.appspot.com/10830204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150498 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
This CL removes libibus dependent code. This CL does not provide functionally changes into extension IME. This CL does not provide any unittests for input_method_engine_ibus.{cc|h}. Let me split CL for simplicity. BUG=126947 TEST=Try bots and manually check the extension IME works on Lumpy. Review URL: https://chromiumcodereview.appspot.com/10834108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150497 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=130409 Review URL: https://chromiumcodereview.appspot.com/10823218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150496 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150495 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Rolling GYP to r1458 to undo (r1457, r1452, r1450, r1449). BUG=141132, 137755 TBR=alexeypa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150494 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG=141295 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10837157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150493 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=96101 TEST=None Review URL: https://chromiumcodereview.appspot.com/10828195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150492 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
After the requester calls EnumerateDevices, it should expect new device list as initial response and whenever devices are changed. A new method StopEnumerateDevices is also added to allow the request to stop device enumeration. It also includes corresponding change in Pepper since EnumerateDevices contract is changed (http://codereview.chromium.org/10837064/). This patch keeps current Pepper API, while using the new API of EnumerateDevices from MediaStreamDispatcher. Pepper calls StopEnumerateDevices when it receives the first enumerated result. A new Pepper API will be created in a separate patch to make EnumerateDevices persistent. BUG=137799 Review URL: https://chromiumcodereview.appspot.com/10830063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150491 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
This is a follow-up to r150465. TBR=tim@chromium.org BUG=109668,129825 Review URL: https://chromiumcodereview.appspot.com/10827212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150490 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@chromium.org authored
This makes it so playback doesn't stall if one seeks into an unbuffered region then seeks back into a buffered region. BUG=132935 Review URL: https://chromiumcodereview.appspot.com/10835044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150489 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
this by listening to such events. BUG=140811 TEST=added new test Review URL: https://chromiumcodereview.appspot.com/10832194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150488 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
- crosshair is slightly bigger. - hue indicator triangles are slightly bigger. - now it has a "selected color" patch besides of the textfield. R=sadrul@chromium.org BUG=140201 Review URL: https://chromiumcodereview.appspot.com/10828111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150487 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150486 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
Android does not sync all datatypes, so we need a way to differentiate which datatypes should be enabled by default. Since parts of this require extensions, we need to register the user preferences for extensions as part of this. BUG=139057 TEST=Signing in to sync on should enable all the correct default datatypes. Review URL: https://chromiumcodereview.appspot.com/10829019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150485 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
ChannelMultiplexer allows multiple logical channels to share a single underlying transport channel. BUG=137135 Review URL: https://chromiumcodereview.appspot.com/10830046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150484 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=97804, 112525 TEST=existing unittests Review URL: https://chromiumcodereview.appspot.com/10795056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150483 0039d316-1c4b-4281-b951-d872f2087c98
-
rltoscano@google.com authored
BUG=138312 Review URL: https://chromiumcodereview.appspot.com/10829229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150482 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
. Trigger scrolling of visible tabs on a gesture. . Make sure scrolling of visible tabs is triggered if the tabstrip isn't overflowing. . Fixes capture issues when used under aura. . Triggers switching from scroll visible to reorder in a couple of situations. . Increases the vertical distance before detaching with touch and make it so that you can't detach when dragging only horizontally. . Adds tests for touch code path. BUG=140606 TEST=covered by tests R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150481 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Browser Plugin: Rename WebContentsImpl::browser_plugin_host() to WebContentsImpl::old_browser_plugin_host() To avoid name collision with the new BrowserPluginHost implementation, rename the accessor in WebContentsImpl. BUG=141232 Review URL: https://chromiumcodereview.appspot.com/10826192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150480 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150479 0039d316-1c4b-4281-b951-d872f2087c98
-
strobe@google.com authored
BUG=135665 TEST=TrackRunIteratorTest.ReorderingTest Review URL: https://chromiumcodereview.appspot.com/10832176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150478 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Added a tc_malloc memory extension to get bytes allocated on current thread (GetBytesAllocatedOnCurrentThread API call). R=jam@chromium.org,jar@chromium.org BUG=139667 TEST=test about:profiler after setting the env variable CHROME_PROFILER_TIME=1. In about:profiler, it will show the memory allocated per thread. This change impacts linux only. This is same as the following previously approved CL. Added needed BASE_EXPORT for kAlternateProfilerTime and SetAlternateTimeSource. the https://chromiumcodereview.appspot.com/10820063/ Review URL: https://chromiumcodereview.appspot.com/10834199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150477 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org BUG=140224 TEST=Add user, delete user, press back button (manage profile should show). Review URL: https://chromiumcodereview.appspot.com/10834142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150476 0039d316-1c4b-4281-b951-d872f2087c98
-
mitchellwrosen@chromium.org authored
Re-landing https://chromiumcodereview.appspot.com/10656052 after it was reverted. See https://chromiumcodereview.appspot.com/10827151/ TBR=brettw@chromium.org BUG=130212 Review URL: https://chromiumcodereview.appspot.com/10831196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150475 0039d316-1c4b-4281-b951-d872f2087c98
-