- Jan 08, 2011
-
-
tony@chromium.org authored
We weren't passing in the grit defines to grit_info.py, so we weren't getting the dependencies behind <if> blocks included in the Makefile. BUG=68028 Review URL: http://codereview.chromium.org/6109003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70822 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
This adds the new data-clearing APIs. BUG=None TEST=None Review URL: http://codereview.chromium.org/6102007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70821 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=68809 TEST=manual Review URL: http://codereview.chromium.org/6098006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70820 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=68897 TEST=see bug Review URL: http://codereview.chromium.org/6103005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70819 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6147003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70817 0039d316-1c4b-4281-b951-d872f2087c98
-
klobag@chromium.org authored
This should fix the bug, crbug.com/68548, where the process limit is not honored when process per tab is defined. BUG=6106003 Review URL: http://codereview.chromium.org/6106003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70815 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
TBR=amit BUG=none TEST=none Review URL: http://codereview.chromium.org/6162004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70813 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
select options directly from the C++ handler. BUG=none TEST=none Review URL: http://codereview.chromium.org/6150003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70812 0039d316-1c4b-4281-b951-d872f2087c98
-
- Jan 07, 2011
-
-
nirnimesh@chromium.org authored
Review URL: http://codereview.chromium.org/6146004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70804 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/5748003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70803 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace." This reverts r 70795, it broke the build. TBR=vandebo git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70802 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
and strides that do not match type. TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/5991012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70800 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
This patch also starts reordering some of the cc files to match their headers. More of both cleanups will be done in future patches. BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6085013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70799 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Added back testDisplayAndSavePasswordInfobar. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/4669008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70798 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=9911 TEST=compiles, works Review URL: http://codereview.chromium.org/6133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70797 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=59972 TEST=none Review URL: http://codereview.chromium.org/6177002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70796 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6126002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70795 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@google.com authored
Review URL: http://codereview.chromium.org/6135005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70794 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
in this context and we crash while invoking the destructor of the PluginHost as the reference count of the PluginHost object is 0. It is not clear as to why this happens as the PluginHost object is implemented as a singleton with a static scoped_refptr object around to ensure that the ref count is at least 1 until the CRT is around. From the dump it appears that CRT is still valid. In any case we don't need to validate the host pointers in NPN_MemAlloc and NPN_MemFree. Will look further in the code to see if there is any misuse of the PluginHost pointer. BUG=68767 TESt=none Review URL: http://codereview.chromium.org/6134001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70791 0039d316-1c4b-4281-b951-d872f2087c98
-
twiz@google.com authored
Marking test LoginPromptBrowserTest.IncorrectConfirmation as flaky. See here for evidence: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=browser_tests&tests=LoginPromptBrowserTest.IncorrectConfirmation TEST=None BUG=68860 Review URL: http://codereview.chromium.org/6149002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70788 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
BUG=chromium-os:8,chromium-os:10403 TEST=none Review URL: http://codereview.chromium.org/6050017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70787 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6131002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70785 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
I got the data I needed from re-enabling it, and have a way to repro and am working on a fix. BUG=42315 TEST=none TBR=twiz Review URL: http://codereview.chromium.org/6106008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70784 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Made --enable-dcheck a parameter to InitLogging() and fixed up all callsites. BUG=62736 TEST=Manual Review URL: http://codereview.chromium.org/6070006 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/6100007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70783 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Made --enable-dcheck a parameter to InitLogging() and fixed up all callsites. BUG=62736 TEST=Manual Review URL: http://codereview.chromium.org/6070006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70782 0039d316-1c4b-4281-b951-d872f2087c98
-
laforge@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70780 0039d316-1c4b-4281-b951-d872f2087c98
-
neb@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/4182010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70779 0039d316-1c4b-4281-b951-d872f2087c98
-
neb@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6072003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70778 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
with them. BUG=none TEST=none Review URL: http://codereview.chromium.org/6135001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70777 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=60090 TEST=On Windows and Mac, when a popup is blocked, there's an animation in the Omnibox. Review URL: http://codereview.chromium.org/6028015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70775 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70774 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6189001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70771 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=9911 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6156001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70769 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
Glen got bit by this during development of an extension, where he was expecting that the tab's url would always be defined right away. (Someone filed crbug.com/52195 about this a while back, but I had marked it as WontFix because there are legitimate reasons why the url isn't always set) BUG=none TEST=none Review URL: http://codereview.chromium.org/6193001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70767 0039d316-1c4b-4281-b951-d872f2087c98
-
jorlow@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/6186001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70766 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@google.com authored
Replacing bing.com with search.msn.com (which redirects to bing.com) and word 'instant' to 'chrome instant' fix random failures. Review URL: http://codereview.chromium.org/6170002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70765 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6165001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70763 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Mostly to pick up a clang warning fix in r425. BUG=68713 TEST=clang bot goes green Review URL: http://codereview.chromium.org/6142005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70759 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@google.com authored
After I watch running test carefully, I found that history page option starts coming into the omnibox, but test count comparison wasn't catching that. So now checking history page option in each waituntil iteration. Review URL: http://codereview.chromium.org/6008012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70758 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
have to repeat the logic for it in a bunch of different places. I had to add another level of variables{} so I could use use_titlecase_in_grd_files in a condition. I also removed some quotes around default values since that seems to be the more common way to express boolean values. BUG=68028 Review URL: http://codereview.chromium.org/6070011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70757 0039d316-1c4b-4281-b951-d872f2087c98
-