- Dec 16, 2010
-
-
sky@chromium.org authored
BUG=66720 TEST=see bug Review URL: http://codereview.chromium.org/5906001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69373 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
which brings in dependency on nspr needlessly. BUG=43461 TEST=it compiles Review URL: http://codereview.chromium.org/5931001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69372 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Revert 69356 - Regenerate the root certificate and end-entity certificates used for various tests in net_unittests, now that Windows can temporarily trust certificates for the duration of tests. In addition, add unittests for net::TestRootCerts, which depend on the certs being tested not being trusted by the system beforehand. BUG=8470, 5552 TEST=TestRootCertsTest.* Review URL: http://codereview.chromium.org/5535006 TBR=rsleevi@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69363 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
These sockets allow one connection at a time, however clients can connect and disconnect repeatedly. These are going to be used by Cloud Print, Remoting and Automation. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/5749001 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/5943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69361 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=none TEST=build Review URL: http://codereview.chromium.org/5836002 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/5870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69360 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@google.com authored
1) Fix layout by setting the bounds. Oops! 2) Fix the spurious hiding. BUG=none TEST=keyboard now appears when a text field is focused in a touchui build, even immediately after browser initialization Review URL: http://codereview.chromium.org/5903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69358 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@google.com authored
BUG=none TEST=Verify proxy is not blocked on CUPS calls. Review URL: http://codereview.chromium.org/5846001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69357 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Regenerate the root certificate and end-entity certificates used for various tests in net_unittests, now that Windows can temporarily trust certificates for the duration of tests. In addition, add unittests for net::TestRootCerts, which depend on the certs being tested not being trusted by the system beforehand. BUG=8470, 5552 TEST=TestRootCertsTest.* Review URL: http://codereview.chromium.org/5535006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69356 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
-[NSApplication _cycleWindowsReversed:] was declared but the code that used it was removed in change 29458. Removing the declaration. BUG=none TEST=non Review URL: http://codereview.chromium.org/5916002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69355 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
BUG=None TEST=Selected list elements in DOMUI prefs should not have a dark border. Review URL: http://codereview.chromium.org/5877004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69354 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=trybots Review URL: http://codereview.chromium.org/5869001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69353 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Add support for temporarily trusting a certificate for the duration of unit tests on Windows, rather than requiring the machine to be pre-configured out-of-band. Given the lack of a Microsoft-provided high-level API to supply application-level trusts to the verification routines, this implements a workaround that intercepts attempts to open the trusted system root store and injects the test certificates directly. This allows the unit tests to work without requiring that the Test CA be added to the machine's Trusted Certificates store. While doing so, clean up the interface to adding/removing trusted test certificates, so as to support more than one trusted certificate if necessary. BUG=8470 TEST=To follow Review URL: http://codereview.chromium.org/4646001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69351 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
BUG=65331 TEST=none Review URL: http://codereview.chromium.org/5910002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69350 0039d316-1c4b-4281-b951-d872f2087c98
-
- Dec 15, 2010
-
-
rdsmith@chromium.org authored
BUG=66676 TEST=66676 does not repro three times running. Review URL: http://codereview.chromium.org/5877003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69348 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=None TEST=compiles,unittests Review URL: http://codereview.chromium.org/5849001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69347 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
TBR=yurys BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69346 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
way the bookmark bar/manager have a favicon for the page. BUG=22670 TEST=see bug Review URL: http://codereview.chromium.org/5753007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69345 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
BUG=65926 TEST=Install extension with background page, click on wrench menu, see badge, click again, don't see badge Review URL: http://codereview.chromium.org/5906002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69344 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=66887 TEST=see bug Review URL: http://codereview.chromium.org/5787008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69343 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
When lots of tabs were created tab titles would sometimes overflow onto the close buttons or onto other tabs. I think this is a problem with NSView's autoresize code. It doesn't handle the case where a view has been resized to 0 width. To fix this I'm changing the tab layout code not to depend on NSView's autoresize behavior. The old code would let NSView resize the title view then grow or shrink the title as needed. The new code always sets the title view's frame a specific distance from the super frame. BUG=32268 TEST=Opened lots of tabs and resized the browser window. Verified that the title never overlapped the close button. Added a new unit test to verify the layout of the title view. Review URL: http://codereview.chromium.org/5703007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69342 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=none TEST=build Review URL: http://codereview.chromium.org/5836002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69341 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@google.com authored
R=cmasone BUG=none TEST=no compilation errors. Review URL: http://codereview.chromium.org/5763006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69340 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@google.com authored
R=mbelshe BUG=none TEST=none Review URL: http://codereview.chromium.org/5802004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69339 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@google.com authored
BUG=65953 BUG=59285 TEST=AppApiTest.AppProcess Review URL: http://codereview.chromium.org/5766003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69338 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
TBR=yurys BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69337 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Create a ResourceMessageFilter to filter resource related IPCs. This gets rid of the awkward ResourceDispatcherHost::Receiver interface and allows a bunch of cleanup. I've also generalized the filtering done in WorkerProcessHost and moved it to ChildProcessHost (since it's now used to add the ResourceMessageFilter). Review URL: http://codereview.chromium.org/5874002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69335 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Newer versions of Cairo assert if the surface isn't flushed before it is marked dirty but this should be done anyway to ensure correct layering of draw operations. BUG=65692 TEST=No crash on Maverick (Ubuntu 10.10) Review URL: http://codereview.chromium.org/5737004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69334 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69333 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
- tie "edit" mode to "selected" -- selecting enters into edit mode -- blurring exits edit mode and deselects - fix up layout within rows (faux columns) - add a special "add new exception" row (this should be at the bottom of the table, but it's currently at the top) - change behavior when the user attempts to commit an invalid exception. Instead of trying to regrab focus, just revert the row to its previous state. TODO: list should be sized dynamically, i.e. no scrollbar. TODO: list should be in sub-sub dialog TODO: rows should have delete X BUG=64153 TEST=manual Review URL: http://codereview.chromium.org/5699004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69332 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=61340 TEST=Opening up the task manager on Linux in debug mode does not assert. Review URL: http://codereview.chromium.org/5928001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69331 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Revert 69320 - Migrate HostReferralList and StartupDNSPrefetchList from local_state to user preferences, in preparation for multi-profile. BUG=66717 TEST=none. Review URL: http://codereview.chromium.org/5800004 TBR=mirandac@chromium.org Review URL: http://codereview.chromium.org/5921003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69327 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
eglapi.c:276: warning: cast to pointer from integer of different size TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/5921002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69325 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=50307 TEST=Zoom out in slomo. Favicon and tab titles should fly in like the thumbnails. Zoom back in, they should still look correct. Review URL: http://codereview.chromium.org/5764002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69323 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
TBR=yurys BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69322 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/5783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69321 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Migrate HostReferralList and StartupDNSPrefetchList from local_state to user preferences, in preparation for multi-profile. BUG=66717 TEST=none. Review URL: http://codereview.chromium.org/5800004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69320 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Adjust OTR guy up a bit to avoid the border, give him a shadow (for reals; setShadow on NSView doesn't work if the view has no layer). BUG=66757 TEST=OTR guy should not block divider line and should have a slight shadow around him Review URL: http://codereview.chromium.org/5905001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69319 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Review URL: http://codereview.chromium.org/5921001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69318 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Turns out that the bot might be running an http server which can lead to redirects and mess up the test. Use a url at a port which is unlikely to be active. Review URL: http://codereview.chromium.org/5861003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69317 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=66741 TEST=none Review URL: http://codereview.chromium.org/5858002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69316 0039d316-1c4b-4281-b951-d872f2087c98
-