- 17 May, 2012 40 commits
-
-
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
-
mukai@chromium.org authored
BUG=128472 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10377183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137665 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
This is upstreaming a Gentoo Linux patch. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10389187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137664 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
(This re-enables by default, it was only supposed to be off on M20 branch) Turning on by default before M20 branch, but leaving flag code for now so that it's just a one-liner to disable if necessary post-branch. BUG=118552,112879 Review URL: http://codereview.chromium.org/10281003 TBR=scottmg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10310173 TBR=scottmg@google.com Review URL: https://chromiumcodereview.appspot.com/10386191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137663 0039d316-1c4b-4281-b951-d872f2087c98
-
jwd@chromium.org authored
The CLs that this is restoring are http://codereview.chromium.org/10343007 and http://codereview.chromium.org/10381021. BUG=121695 TEST= Review URL: https://chromiumcodereview.appspot.com/10392007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137662 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10310067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137659 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Nothing is wrong with this patch, but we don't want to submit refactoring patches until M20 issues are fixed. BUG=126672 TEST=unit_tests --gtest_filter="GData*" Review URL: https://chromiumcodereview.appspot.com/10383156 TBR=hashimoto@chromium.org Review URL: https://chromiumcodereview.appspot.com/10399063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137658 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=126672 TEST=unit_tests --gtest_filter="GData*" Review URL: https://chromiumcodereview.appspot.com/10383156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137657 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
ui_tests are all gone now, so the old exclusion no longer applies. We should nuke the ui_tests exclusion file once the browser_tests bots are looking greener. For now it's a nice reference. TBR=thestig@chromium.org BUG=104517 Review URL: https://chromiumcodereview.appspot.com/10382219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137656 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137652 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10392131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137651 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
TEST=PluginTest BUG=128519 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10406028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137650 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
TEST=GeolocationApiTest BUG=128518 TBR=erikkay Review URL: https://chromiumcodereview.appspot.com/10392145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137649 0039d316-1c4b-4281-b951-d872f2087c98
-