- 17 May, 2012 40 commits
-
-
derat@chromium.org authored
Defer selection of the text in an unfocused omnibox until the release event. Otherwise, all of the text starting from the left side is selected when the user is trying to highlight just a portion of the URL. BUG=128126 TEST=added, also did manual testing Review URL: https://chromiumcodereview.appspot.com/10386173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137711 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=127996 TEST=WebIntentPickerSheetControllerTest.SuggestionView Review URL: https://chromiumcodereview.appspot.com/10387141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137709 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137708 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10407022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137706 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=none TEST=Go to about:network, Frequency column should exist for wifi networks. TBR=jhawkins Review URL: https://chromiumcodereview.appspot.com/10386192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137705 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Whitelist some includes for now until they are fixed. BUG=125846 TEST= run ./tools/checkdeps/checkdeps.py, it should succeed. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10407025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137704 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137703 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none TBR=steveblock Review URL: https://chromiumcodereview.appspot.com/10407028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137702 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
TBR=ben for ash/ string changes BUG=124726 TEST=On a device wuth ash-notify enabled in about:flags, change the locale and re-login. Notification should appear. Revert should revert the change after re-login. If ignored, the notification should appear again after re-login. Closing the notification should clear it. Review URL: https://chromiumcodereview.appspot.com/10391177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137700 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Reland 137540 - Disable off-store extension installs by default. Also get rid of ExtensionService::IsDownloadFromGallery." This removes a pyauto test that was failing. The test needs to be different depending on whether a feature is on or off, but there's currently no good way to test whether a feature is enabled from pyauto. BUG=55584 TBR=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/10399069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137699 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137698 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
1382: msvs: add some touches to many-actions test 1383: Revert r1362: MSVS 2008: Fix to ensure that actions are re-run when the command changes 1384: mac ninja and make: Add support for GCC_ENABLE_OBJC_GC. BUG=none TEST=none TBR=mseaborn Review URL: https://chromiumcodereview.appspot.com/10399070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137697 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This adds some clarifying comments, no code-changes here. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10406022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137695 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
MessagePumpX::HasXInput2 currently assumes a message pump has already been created and so XInput2 has been initialized. This may not always be the case (eg. when deciding early at startup whether we should load touch-specific resources). Instead we now initialize XInput2 on demand - either when the message pump is created, or when HasInput2 is called earlier. BUG=128367 TEST= Review URL: https://chromiumcodereview.appspot.com/10386175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137694 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This is part 1. It can't actually be used yet because there are assumptions that the surface never changed. It is intended to allow each renderer process to create only one command buffer for use by the compositor while being able to switch the surface between different windows, for examnple if a single renderer process handles multiple tabs of the same site. Review URL: https://chromiumcodereview.appspot.com/10388131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137693 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=122753 TEST=manual,unit Review URL: https://chromiumcodereview.appspot.com/10391075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137692 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=122753 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10408007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137691 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
BUG=32302 TEST=Unit tests. Review URL: https://chromiumcodereview.appspot.com/10175008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137690 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Revert 137685 (broke check_deps on linux builder) - Rename InvalidationVersionTracker to InvalidationStateTracker in preparation to add more methods to that class. BUG=124140 Review URL: https://chromiumcodereview.appspot.com/10407014 TBR=munjal@chromium.org Review URL: https://chromiumcodereview.appspot.com/10391186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137689 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10377169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137687 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10409006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137686 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
to add more methods to that class. BUG=124140 Review URL: https://chromiumcodereview.appspot.com/10407014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137685 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Bug=124566 Test=Manual Review URL: https://chromiumcodereview.appspot.com/10389109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137684 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=107048 Review URL: https://chromiumcodereview.appspot.com/10243016 TBR=rch@chromium.org Review URL: https://chromiumcodereview.appspot.com/10408010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137683 0039d316-1c4b-4281-b951-d872f2087c98
-
tedvessenes@gmail.com authored
R=ben@chromium.org BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10026013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137682 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Going back to the main popup from the network popup causes the network popup to get destroyed. So trying to access its internals afterwards causes a crash. Return early to avoid this. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10406020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137681 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10399061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137680 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Make PowerButtonController ignore power button events when the screen is turned off -- if the user hits the power button to turn the screen back on, we don't want to lock or shutdown if they hold it a bit too long. BUG=128451 TEST=added, also did manual testing Review URL: https://chromiumcodereview.appspot.com/10382211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137679 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
Patch has been committed upstream (internal) but it will be a while before it's released to code.google.com, and then rolled into Chromium. So, disable minor warning for now. R=thakis@chromium.org BUG=126483 Review URL: https://chromiumcodereview.appspot.com/10384092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137678 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
TBR=ben, sadrul BUG=124726 TEST=See http://codereview.chromium.org/10391177/ Review URL: https://chromiumcodereview.appspot.com/10387180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137677 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
If user close the owner tab while SSLManager suspend a query, SocketStreamDispatcherHost will disappear because it is owned by a renderer host. Because WebSocket is a sub resource, its request will be suspended until other major type resources (e.g., main frame) issue the same query request. I Introduce WeakPtr to make sure that SSLCertErrorHandler can call delegate functions safely. BUG=122654 TEST=none Review URL: https://chromiumcodereview.appspot.com/10034017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137676 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137675 0039d316-1c4b-4281-b951-d872f2087c98
-
dschuff@chromium.org authored
This pulls in the following Native Client changes: r8593: (jvoung) Reland llvm merge with upstream from 154816 to 156513 with -O2 for Mac r8594: (ncbray) Increase browser tester timeout in an attempt to reduce bot flake. r8595: (robertm) add some comments about bookend subtleties r8596: (robertm) Eliminate special linking of libc in pnacl shared newlib experiment r8597: (jvoung) Update nacl_perf_expectations to not use "_irt" labels, now r8598: (jvoung) Revert the workaround for building gold with clang, now that it's fixed. r8599: (dschuff) Roll toolchain deps to 8594 r8601: (bsy) Make windows mutexes use CRITICAL_SECTION objects. r8602: (robertm) Add --newlib-shared-experiment flag to pnacl translator r8603: (robertm) Simplify library and main image translation to be more standard. r8604: (bsy) revert 8601 due to gyp_compile stage problems on windows. r8605: (mseaborn) Thread suspension: Move the conditionalisation code r8606: (mseaborn) sel_main_chrome: Add an interface for providing an initial NaClDesc r8607: (khim) Bump REVISIONS r8608: (pasko) validator_ragel: print offset on jmp error report r8609: (khim) Bump DEPS r8611: (jvoung) Flip PNaCl's ARM float ABI to hard in driver. r8612: (jvoung) Bump llvm rev for ARM float abi change (to hard): r8613: (mseaborn) Thread suspension: Fix test to use _exit() instead of exit() r8614: (mseaborn) Fix mistaken #if introduced by r8530 r8615: (robertm) Use a (almost) stock libnacl for the shared newlib experiment. r8616: (kschimpf) Remove the need to create interface (static constant) fields in class decoders. r8617: (kschimpf) Get rid of unused class decoder virtual writes_memory. r8618: (robertm) Introduce a new scons Bit for the pnacl shared newlib work. r8619: (mseaborn) Scons: Remove references to sel_universal tests that no longer exist r8620: (kschimpf) Add some actual class decoders to arm parse tables. r8621: (kschimpf) Remove file no longer used. r8622: (rsleevi) Remove nacl::RefCounted from NaCl. r8623: (jvoung) Change perf expectations for pnacl equake run time of generated code. r8624: (robertm) Switch pnacl shared lib experiment to use prebuild toolchain libs r8625: (jvoung) Bump toolchain DEPS in NaCl again, to get ARM float ABI change. BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10408005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137674 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=121574 Review URL: https://chromiumcodereview.appspot.com/10383232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137672 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=124724 TEST=Test SMS messages running Chrome with --aura-notify TBR=ben for ash strings Review URL: https://chromiumcodereview.appspot.com/10332152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137671 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10399065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137670 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137669 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10332211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137668 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10387174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137667 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none TBR=agl Review URL: https://chromiumcodereview.appspot.com/10386158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137666 0039d316-1c4b-4281-b951-d872f2087c98
-