- Jul 02, 2010
-
-
jochen@chromium.org authored
This will enable chrome to display all cookies used/blocked on the current site to the user instead of just the information that something was blocked. The cookies are collected in data structures suitable for displaying them using the cookies tree model. BUG=45230 TEST=none Review URL: http://codereview.chromium.org/2370001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51545 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@google.com authored
cookies related to URL (found by inspection.) Also changed name and semantics to more closely reflect usage of primary caller (extension data deleter), and added test for that set of semantics. BUG=none TEST=Linux CookieMonsterTest.*:ParsedCookieTest.* (especially new CookieMonsterTest.DeleteAllHost) Review URL: http://codereview.chromium.org/2857029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51544 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
(Addresses wtc's comments in http://codereview.chromium.org/2834030/show) http://codereview.chromium.org/2827042/show git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51543 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Allow Pepper plugins to make requests with relative urls. Also allow bundled Pepper plugins to specify file extensions. BUG=48140 Review URL: http://codereview.chromium.org/2806049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51542 0039d316-1c4b-4281-b951-d872f2087c98
-
mlloyd@chromium.org authored
BUG=None. TEST=Unit tests pass. Review URL: http://codereview.chromium.org/2819037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51541 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
Also fix a bug where we'd keep an extension's old keyword even if it changed on upgrade/reload. BUG=46475 BUG=48091 Review URL: http://codereview.chromium.org/2807033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51540 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
The nvidia opengl driver uses this function. If we don't hook it with tcmalloc, then we mix calls to tcmalloc functions (malloc, free, etc) with the libc ones, causing our WebGL bits to hang. BUG=44590 Review URL: http://codereview.chromium.org/2830035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51539 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
(Builder compilers are dumb.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51538 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
(Addresses wtc's comments in http://codereview.chromium.org/2834030/show) http://codereview.chromium.org/2827042/show git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51537 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=http://crbug.com/46590 TEST=unit test Review URL: http://codereview.chromium.org/2862042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51536 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=http://crbug.com/46590 TEST=unit test Review URL: http://codereview.chromium.org/2853027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51535 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51534 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
This fix broke some tests which were also fixed. BUG=47480 TEST=net_unittests Contributed by: agayev@google.com Review URL: http://codereview.chromium.org/2805066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51533 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:4341 TEST=Verify fix for chromium-os:4341 and tooltips are still visible when bubble is not showing. Review URL: http://codereview.chromium.org/2867037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51532 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
TBR=pkasting Review URL: http://codereview.chromium.org/2858044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51531 0039d316-1c4b-4281-b951-d872f2087c98
-
satish@chromium.org authored
TBR=ananta BUG=48175 Review URL: http://codereview.chromium.org/2810045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51530 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
Unexpected unit_tests crash on chromeos. TBR: mnissler git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51529 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
TBR: mnissler git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51527 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
This adds support for auto-sizing tab controls, adjusts the options dialog to use it and takes care of any fallout due to the new layout handling. Also fixes a couple of small bugs in the views Layout() machinery and sanitizes layouting of options pages. BUG=36497 TEST=unit tests in tabbed_pane_unittest.cc and grid_layout_unittest.cc, as well as checking the options dialog in any supported language. Review URL: http://codereview.chromium.org/2812026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51526 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=16932 TEST=compiles Review URL: http://codereview.chromium.org/2862041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51525 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
TBR=pkasting Review URL: http://codereview.chromium.org/2844042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51524 0039d316-1c4b-4281-b951-d872f2087c98
-
thomasvl@chromium.org authored
add chromium_code:1 to the GYP file Fix some unittest compares of literal 0 to apis that return size_t initializer order match declared order type_id is a uint32, so fix up comparison warnings by using the right type in the test code. BUG=none TEST=everything still builds/works Review URL: http://codereview.chromium.org/2863034 TBR=thomasvl@google.com Review URL: http://codereview.chromium.org/2852042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51523 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
session only is treated as allow, but the cookies will expire after this session (the actual code to expire non-html cookies will follow). BUG=47049 TEST=none Review URL: http://codereview.chromium.org/2858018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51522 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Check URLs for repeated domain names then if there are any repeated show the port information of the URL as before if you had two of the same domain allowed/blocked only one would show in the bubble. Also added some unit tests for it. (landing on behalf of allanwoj. original review at http://codereview.chromium.org/2832044/show). BUG=40163 TEST=Two requests within a tab for tracking information with same domain but different port eg http://www.example.com and https://www.example.com A test fixture called ShowPortOnSameDomain is in GeolocationSettingsStateTests Review URL: http://codereview.chromium.org/2847045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51521 0039d316-1c4b-4281-b951-d872f2087c98
-
thomasvl@google.com authored
- add chromium_code:1 to the GYP file - Fix some unittest compares of literal 0 to apis that return size_t - initializer order match declared order - type_id is a uint32, so fix up comparison warnings by using the right type in the test code. BUG=none TEST=everything still builds/works Review URL: http://codereview.chromium.org/2863034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51520 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
TBR=pkasting Review URL: http://codereview.chromium.org/2852041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51518 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=34647 TEST=manual Review URL: http://codereview.chromium.org/2822044 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/2871035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51515 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51513 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
TBR=bauerb Review URL: http://codereview.chromium.org/2867032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51511 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
Re-landing patch by mavrommatis, original review here: <http://codereview.chromium.org/1991005> Original description follows: (1) Group plugins with the same name together. (2) Show a download link for plugin versions with known security problems in about:plugins. BUG=3910,47858 TEST=Open "chrome://plugins", see that plugins are grouped, and that any vulnerable plugins are marked red. Try enabling and disabling plugin groups. Also, if the internal PDF plugin is enabled, it should stay enabled after a restart. Review URL: http://codereview.chromium.org/2811037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51510 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@google.com authored
BUG= http://crosbug.com/4002 TEST=Manual: execute OOBE, make sure that update is available, wait for update to complete. If update_engine returns successful update code OOBE will proceed. Review URL: http://codereview.chromium.org/2807013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51509 0039d316-1c4b-4281-b951-d872f2087c98
-
hamaji@chromium.org authored
BUG=47277 TEST=none Review URL: http://codereview.chromium.org/2841035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51508 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Also allow for editing them... The XIB change adds a column at the end of the table with a NSCheckboxCell in it and the title IDS_EXCEPTIONS_OTR_HEADER BUG=44480 TEST=manual Review URL: http://codereview.chromium.org/2858032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51507 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
TBR=pkasting Review URL: http://codereview.chromium.org/2854035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51506 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
and ServerDeletingFolderWeHaveAnOpenEntryIn is failing 100% of the time. BUG=39070, 46621 TEST=Syncer unittest, SyncerThreadTest TBR=skrul Review URL: http://codereview.chromium.org/2873039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51505 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
BUG=None TEST=run_webkit_tests Review URL: http://codereview.chromium.org/2815044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51504 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=45547 TBR=johnnyg Review URL: http://codereview.chromium.org/2834034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51503 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
These iamge were based on existing linux-checkbox-*.png and modified by tkent. BUG=36321 TEST=none Review URL: http://codereview.chromium.org/2883013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51502 0039d316-1c4b-4281-b951-d872f2087c98
-
hamaji@chromium.org authored
BUG=47277 TEST=none Review URL: http://codereview.chromium.org/2859040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51501 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
The sync integration tests use the methods defined in the ProfileSyncServiceTestHarness class to coordinate various sync related activities carried out by each test case. The sync codebase has ungergone significant change since this class was originally implemented. In this checkin, the class has been refactored to match the sync codebase. The pass rate for integration tests went up from ~20% to 90+% with this checkin. BUG=44957 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/2876029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51500 0039d316-1c4b-4281-b951-d872f2087c98
-