- 25 Nov, 2011 9 commits
-
-
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 31 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
-
yurys@chromium.org authored
BUG=104625 TEST=Existing tests Review URL: http://codereview.chromium.org/8692005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111543 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=104625 TEST=Existing tests Review URL: http://codereview.chromium.org/8693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111542 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=chromium-os:22839 TEST=None Review URL: http://codereview.chromium.org/8693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111541 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
DevTools remote debugging protocol supersedes the legacy protocol and old implementation should be removed. BUG=104625 TEST=Existing tests Review URL: http://codereview.chromium.org/8635005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111540 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
Also distinguish cases when network dropdown is shown on an OOBE screen and when not. BUG=chromium-os:22891 TEST=manual Review URL: http://codereview.chromium.org/8633012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111539 0039d316-1c4b-4281-b951-d872f2087c98
-
macourteau@chromium.org authored
left there because 1) that's how it's done everywhere else, 2) there are no generic versions of it and 3) the translation to other languages might be dependent on the context. BUG=105115 TEST=No user visible changes. Review URL: http://codereview.chromium.org/8635013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111538 0039d316-1c4b-4281-b951-d872f2087c98
-
robert.nagy@gmail.com authored
BUG= TEST=compile Review URL: http://codereview.chromium.org/8688005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111537 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
R=ivankr@chromium.org BUG=94447 TEST=Manually Review URL: http://codereview.chromium.org/8695001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111536 0039d316-1c4b-4281-b951-d872f2087c98
-
macourteau@chromium.org authored
BUG=105115 TEST=No user visible changes. Review URL: http://codereview.chromium.org/8639003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111534 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=91058 TEST=browser_test --gtest_filter="ExtensionApiTest.WebSocket" Review URL: http://codereview.chromium.org/8638009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111533 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
This allows us to drop the root layer textures and save on VRAM (10 MB on a 30" display). WebKit side patch: https://bugs.webkit.org/show_bug.cgi?id=72956 BUG=none TEST='cat /proc/meminfo | grep Shmem' on Intel graphics and use_aura=1 attached to 30" display Review URL: http://codereview.chromium.org/8637014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111532 0039d316-1c4b-4281-b951-d872f2087c98
-