- 09 Aug, 2012 24 commits
-
-
tfarina@chromium.org authored
BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823245 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150670 0039d316-1c4b-4281-b951-d872f2087c98
-
smckay@chromium.org authored
BUG=137907 Review URL: https://chromiumcodereview.appspot.com/10824212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150669 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=141013 TEST=Existing test Review URL: https://chromiumcodereview.appspot.com/10836159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150668 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10495008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150667 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Now that http://trac.webkit.org/changeset/124954 has landed, let's tell WebKit that this plugin supports keyboard focus. BUG=120263 Review URL: https://chromiumcodereview.appspot.com/10831215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150666 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
In particular, add unit tests that would have caught bug 139424. Dep-inject InvalidationClient into ChromeInvalidationClient. Use the function name 'UpdateRegisteredIds' consistently. Replace some mocks with fakes. BUG=139424 Review URL: https://chromiumcodereview.appspot.com/10827133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150665 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=141207 Review URL: https://chromiumcodereview.appspot.com/10832207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150664 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
91 is a keycode sent when Search key is pressed. The issue these keycodes are added for (http://crosbug.com/14236) is no longer reproducible, so they are safely removed. BUG=141211 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10827234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150663 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Since it does not require any IO tasks, it should not involved posting a task. BUG= Review URL: https://chromiumcodereview.appspot.com/10854019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150662 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
I probably typed this garbage by accident before I land it. TBR=atwilson@chromium.org BUG=141255 TEST=none Review URL: https://chromiumcodereview.appspot.com/10854059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150661 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
AudioRenderSink::RenderCallback. The first step towards unifying our pipeline on float. Adds a new AudioBus class for managing audio channel data. Includes helper methods for shared memory transfers and common tasks such as zeroing the audio data. Inspired by WebKit's AudioBus. BUG=114700 TEST=Unit tests. Review URL: https://chromiumcodereview.appspot.com/10829183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150660 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
Fix for number of ChromeOS browser_tests that were failing in BVTs. Added extra logs for tracing test web server failures in browser_tests. TEST=make sure ChromeOS BVT browser_tests pass BUG=131915 Review URL: https://chromiumcodereview.appspot.com/10831204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150659 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
Metrics collection for KioskMode has been replaced by data pulled from Analytics. Remove the current metrics reporting since it's broken and bloat. Reviews requested: satorux@ - Main reivew + OWNER's review for ChromeOS sky@ - OWNER's review for everything else :) R=satorux@chromium.org,sky@chromium.org BUG=126878 TEST=Kiosk mode works as before. Review URL: https://chromiumcodereview.appspot.com/10825257 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150657 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
When closing an incongito window, it is possible that the previously focused profile is already destroyed. Since profile_->IsSameProfile(previous_focused_profile) is always true in this case, we can just skip the check and dispatch the events against profile_. BUG=139237 TEST=open an incognito window and close it and hope it doesn't crash. Review URL: https://chromiumcodereview.appspot.com/10837170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150656 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
BUG=126082 Review URL: https://chromiumcodereview.appspot.com/10834238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150655 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=140306 Tested: Added new browser tests! Review URL: https://chromiumcodereview.appspot.com/10830072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150654 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150652 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
This is particularly needed because one of the WebDriver users wants to test with shiftshader, which is disabled because of the skip-gpu-data-loading flag. This change makes logical sense too, since ideally ProxyLauncher should be limited to understanding how to launch and connect to Chrome. BUG=chromedriver:125 TEST=none Review URL: https://chromiumcodereview.appspot.com/10825109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150651 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
r1463: ninja: make cross-compilation use $CC/$CXX for the target compiler Took over from http://codereview.chromium.org/9649016/ BUG=140900 TEST=set CC/CXX to cross-compiler, set GYP_CROSSCOMPILE to 1, run gyp, ninja chrome. Review URL: https://chromiumcodereview.appspot.com/10836135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150650 0039d316-1c4b-4281-b951-d872f2087c98
-
laforge@chromium.org authored
23 is the atomic number of vanadium (next up Chromium...) According to the birthday paradox, in a group of 23 (or more) randomly chosen people, the probability is more than 50% that some pair of them will have the same birthday. 23 is the width of the Arecibo message, sent to space in search for extraterrestrial intelligence. Normal human reproductive cells have 23 chromosomes. 23 is the TCP/IP port used for telnet Michael Jordan wore the number 23 when he played on the Chicago Bulls (and Washington Wizards) The 1980s TV series Max Headroom was set at Network 23. 4, 8, 15, 16, 23*, and 42 The Number 23 is a 2007 film starring Jim Carrey. The 23 enigma refers to the belief that most incidents and events are directly connected to the number 23. http://www.youtube.com/watch?v=kiTScUKMZUw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150649 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=140040 TEST=Running chrome with --force-device-scale-factor=2 still loads 2x resources. Review URL: https://chromiumcodereview.appspot.com/10837142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150648 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
* Lets -Wunused-private-field find more stuff * Fixes an ASan problem on precise * Improves the plugin's handling of inner classes (off by default, can be enabled with |-Xclang -plugin-arg-find-bad-constructs -Xclang check-inner-classes|) * Makes addr2line much faster on linux * Fix for crash we saw on the valgrind bots after the last roll attempt * The plugin now ignores cc/ by default BUG=139346,139912 TBR=hans Review URL: https://chromiumcodereview.appspot.com/10831219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150647 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=None. TEST=Should compile and pass all tests. Review URL: https://chromiumcodereview.appspot.com/10825252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150646 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This make GoogleContactStore postpone trying to update contacts via GData when the system doesn't have a network connection. BUG=128805 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150643 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Aug, 2012 16 commits
-
-
dalecurtis@google.com authored
Also adds 2 tests which weren't being counted: http/tests/security/video-cross-origin-readback.html http/tests/security/video-poster-cross-origin-crash.html BUG=140583 TEST=Ran layout test analyzer. Review URL: https://chromiumcodereview.appspot.com/10823238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150639 0039d316-1c4b-4281-b951-d872f2087c98
-
nfullagar@google.com authored
BUG=130377 TEST=chrome/ppapi/tests/test_image_data.cc Review URL: https://chromiumcodereview.appspot.com/10823211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150638 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=None TESTS=PipelineTest.InitFailure_XXX Review URL: https://chromiumcodereview.appspot.com/10831214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150636 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
TBR=mmenke@chromium.org BUG=141497 Review URL: https://chromiumcodereview.appspot.com/10827236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150633 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=140293 TBR=yoz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150632 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This function will be used to replace two calls of FindEntryByPathSync() placed in one function (ex. GDataFileSystem::CopyOnUIThread()). With this function we expect to be able to eliminate 8 callers of FindEntryByPathSync(). BUG=137694 TEST=added unit tests Review URL: https://chromiumcodereview.appspot.com/10831212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150627 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Fix the browser test DownloadExtensionTest_FileIcon_Active crash which started occurring after my change 150597 to send out Windows 8 metro notifications when downloads complete. Reason for the crash:- We were not unsubscribing from the DownloadItem object when it was completed and instead doing it when the download manager was going away. At that point the object was already deleted. BUG=133109 TBR=asanka Review URL: https://chromiumcodereview.appspot.com/10836161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150625 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
We define system call sets to create a partition of all existing system calls on the x86_64 architecture. This grand classification will allow us to write policies easily and make sure that we have thought about what to do for every system call. This particular change does not affect the current semantic at all, this is achieved by using comments. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10834219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150624 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=140293 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150622 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150618 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
Fixes safe_browsing_tests failure on win from 110. BUG=96459 Review URL: https://chromiumcodereview.appspot.com/10855035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150617 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150615 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10836149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150614 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
This script will convert static files from the old documentation system to the new one. To run from the server2/ directory try: converter.py ../static/ ../../api templates/articles/ templates/intros/ templates/public/ static/images/ -r -s This was moved from: http://codereview.chromium.org/10832042/ BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10834130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150612 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG=141473 Review URL: https://chromiumcodereview.appspot.com/10830226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150611 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
skia expects to be initialized before it can be used. This must be done if serializing SkPicture, which we now do for benchmarking. Review URL: https://chromiumcodereview.appspot.com/10823129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150609 0039d316-1c4b-4281-b951-d872f2087c98
-