- 25 Nov, 2011 20 commits
-
-
vollick@chromium.org authored
Removes an ifdef TOUCH_UI that was supposed to be removed with http://codereview.chromium.org/8461017/ BUG=None TEST=None Review URL: http://codereview.chromium.org/8660005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111591 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
Aura doesn't do plug-ins, and Mac and Gtk already use in-renderer placeholders. TBR=jam@chromium.org BUG=62079 TEST=none Review URL: http://codereview.chromium.org/8689001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111590 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
* Add separate class for missing plug-in placeholder, and factor out a common base class * Move plug-in related classes to plugins/ subdirectory * Move custom menu command IDs to a separate header file. TBR=darin@chromium.org BUG=62079 TEST=none Review URL: http://codereview.chromium.org/8461011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111589 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
As a drive-by, this CL also regenerates the `experimental.settings` docs, which someone apparently forgot to do after committing. :) BUG=92644 TEST= Review URL: http://codereview.chromium.org/8698003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111588 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=chromium-os:23237 TEST=Manual Review URL: http://codereview.chromium.org/8698002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111587 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Expose a way for unit tests to terminate the AudioManager singleton to avoid conflicts between tests. This fixes occasional crashes when running audio tests manually (won't happen on the bots right now since they don't have the required hardware). TEST=Run content tests with --gtest_filter=*WebRTC* --gtest_repeat=1000 BUG=none Review URL: http://codereview.chromium.org/8558022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111586 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
-- move the compiler/linker options turned on by asan==1 to the conditions section to use them for host binaries too; -- use 'defines' instead of -D on Linux -- removed an obsolete comment Review URL: http://codereview.chromium.org/8702003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111583 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
TBR=thestig BUG=96459 Review URL: http://codereview.chromium.org/8704001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111582 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=79050 TBR=thestig Review URL: http://codereview.chromium.org/8703001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111581 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
The code was added yesterday while improving drmemory_analyze.py, we want to have exactly the same format of used suppressions to simplify the code of the suppression dashboard parser TBR=glider TEST=./tools/valgrind/chrome_tests.sh --tool {tsan,memcheck} -t base --gtest_filter="*Sanity*" with and without the suppression files Review URL: http://codereview.chromium.org/8702004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111580 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111579 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=bruening TEST=DrM/ui_tests bot becomes sane again Review URL: http://codereview.chromium.org/8699003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111577 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
-- pass the -faddress-sanitizer flag to enable ASan; -- pass the -fasan flag for backward compatibility; -- pass the -DADDRESS_SANITIZER which soon won't be defined by ASan; -- mark several functions missing in the 10.5 SDK as dynamic_lookup Whitespace fix. TBR=thakis Review URL: http://codereview.chromium.org/8676002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111575 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
Add a referrer class to be used in the browser process whenever passing around referrers TBR=jochen Review URL: http://codereview.chromium.org/8690007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111574 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=18626, 47170, 49377, 68448, 70216, 77374 TEST=unittests Review URL: http://codereview.chromium.org/8632004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111569 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Also fix uninitialized memory in the jingle thread wrapper BUG=10502 TEST=content_unittests, valgrind is happy Review URL: http://codereview.chromium.org/8689014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111568 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111567 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=10502 TEST=content_unittest:ReferrerTest.* Review URL: http://codereview.chromium.org/8635017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111566 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
TBR=aklein Review URL: http://codereview.chromium.org/8688012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111565 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=91058 TEST=ui_tests --gtest_filter="*WebSocket*" Review URL: http://codereview.chromium.org/8634003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111564 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Nov, 2011 20 commits
-
-
thakis@chromium.org authored
TBR=cmp Review URL: http://codereview.chromium.org/8693008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111563 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
BUG=79050 Review URL: http://codereview.chromium.org/8679023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111562 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=94925 TEST=none Review URL: http://codereview.chromium.org/8689010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111561 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Most of them caused by gcc 4.4 being not sufficiently smart. BUG=94925 TEST=none TBR=akalin Review URL: http://codereview.chromium.org/8690005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111560 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
|const char* kFoo| marks the memory pointed to by kFoo as constant, but the pointer itself can be changed - some function might do `kFoo = "me!";`. Because of that, every global that's initialized with `myglobal = kFoo;` needs a static initializer. Fix this by making the pointer const as well. BUG=94925 TEST=none Review URL: http://codereview.chromium.org/8693005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111559 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Strip invalid characters (line breaks, tabs), javascript:schemes from the copied text while pasting text, droping text and creating right click popup for omnibox. BUG=82181, 103703. TEST=Copy a string with line breaks "\n" or tabs "\t". Then right click on omnibox. Chromium should not trigger DCHECKS. Review URL: http://codereview.chromium.org/8513002 TBR=ncj674@motorola.com Review URL: http://codereview.chromium.org/8690006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111558 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Review URL: http://codereview.chromium.org/8689009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111557 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=Manual with chrome://histograms Review URL: http://codereview.chromium.org/8692004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111556 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=103317 TEST=Manual: click on any of the Protector bubble buttons should not crash the browser. Review URL: http://codereview.chromium.org/8694002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111555 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111554 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
Review URL: http://codereview.chromium.org/8689008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111553 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
TEST=python ~/depot_tools/watchlists.py ui/views/ R=sky@chromium.org,nirnimesh@chromium.org TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8678010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111552 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
(going to commit this now so it's not failing over long weekend) BUG=79050 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/8678038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111551 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
BUG=100237 TEST=Manual Review URL: http://codereview.chromium.org/8678034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111550 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111549 0039d316-1c4b-4281-b951-d872f2087c98
-
ncj674@motorola.com authored
Strip invalid characters (line breaks, tabs), javascript:schemes from the copied text while pasting text, droping text and creating right click popup for omnibox. BUG=82181, 103703. TEST=Copy a string with line breaks "\n" or tabs "\t". Then right click on omnibox. Chromium should not trigger DCHECKS. Review URL: http://codereview.chromium.org/8513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111548 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
1099: make: Make INTERMEDIATE_DIR not shared between targets. 1100: make: Allow override of default target. 1101: make: Revert a part of 1099 that didn't really add anything other than breaking the chrome build. BUG=103273 TEST=none TBR=dhollowa Review URL: http://codereview.chromium.org/8694004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111547 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
- Patterns with file scheme and non empty host - File patterns that user a wildcard '*' symbol in their path - "file:///" - Patterns with an IP address and a domain wildcard. Add tests to check that "[*.]", "http://[*.]", ... are valid patterns. BUG=104414 TEST=ContentSettingsPattern* Review URL: http://codereview.chromium.org/8676020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111546 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@google.com authored
There is a race here if ClosePendingStreams() is called before StopStreamTask. The stream added to idle_streams_ will stay there forever unless we reset the timer. This test fails when run locally under tsan and on the drmemory bots here: http://build.chromium.org/p/chromium.fyi/builders/Windows%20Tests%20%28DrMemory%20Win%207%29/builds/1402/steps/memory%20test%3A%20media BUG=105124 Review URL: http://codereview.chromium.org/8680009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111545 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
BUG=chromium-os:23417 TEST=browser_tests doesn't fail Review URL: http://codereview.chromium.org/8688001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111544 0039d316-1c4b-4281-b951-d872f2087c98
-