- Oct 30, 2009
-
-
atwilson@chromium.org authored
Added initial interface hooks betweek WebKit code and renderer-side worker code. The proper messages are generated to fire off a shared worker, but they are currently ignored by the browser process. BUG=26233 TEST=none (will enable layout tests when basic functionality available) Review URL: http://codereview.chromium.org/340036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30599 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
Add a command-line option for specifying a particular build to test and for permitting the tests to be run regardless of the underlying platform. Also some minor fixes and cleanup. BUG=none TEST=none Original review at: http://codereview.chromium.org/329037 Review URL: http://codereview.chromium.org/345027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30598 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=25932 TEST=None Review URL: http://codereview.chromium.org/347009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30597 0039d316-1c4b-4281-b951-d872f2087c98
-
simonrad@chromium.org authored
Tooltips were shortened to 1/4 the width of the screen. We do not currently word-wrap, so these tooltips were truncated. This meant that you could not see the full title of some webpages. Worse, the tooltips for the Back and Forward buttons were truncated in some languages. This change increases the max tooltip width to almost the width of the screen. An even better solution would be to word-wrap the text onto multiple lines, but that requires more sweeping changes to the TooltipManagers. R=sky BUG=25522,22840 TEST=Load a webpage with a very long title (eg. Google search for something super long), and mouse over the tab to get a tooltip displaying the webpage title. If long enough, it should stretch across the whole screen (minus a few pixels), and then end with an ellipsis. No tab or button tooltips should be truncated unless they reach screen width. Review URL: http://codereview.chromium.org/343054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30596 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
R=ian BUG=22679 TEST=https://nerys.wellsfargo.com/test.html should have the EV status. Make sure "Check for server certificate revocation" is enabled in the Options menu. Review URL: http://codereview.chromium.org/342061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30595 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Singleton. This is just cleanup. Review URL: http://codereview.chromium.org/339078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30594 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
* It simply says it's not supported as ChromeOS wont launch external program. Fixed resource files to use chromeos. Apparently I misunderstood how this works when I added 'toolkit_views' to grd files. It was never defined, and wasn't necessary. BUG=23853 TEST=type in "apple.cm" in the omnibox and it should popup the external protocol dialog. Review URL: http://codereview.chromium.org/342040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30593 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
R=jorlow BUG=none TEST=none Review URL: http://codereview.chromium.org/346024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30592 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
build. BUG=arthropod TEST=build with mac_sdk=10.6 Review URL: http://codereview.chromium.org/345026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30591 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
BUG= http://crbug.com/26325 TEST= none Review URL: http://codereview.chromium.org/348024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30590 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
BUG=23314,26324,26326 TEST=Mac UI valgrind bot green-ness Review URL: http://codereview.chromium.org/341053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30589 0039d316-1c4b-4281-b951-d872f2087c98
-
apavlov@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/341052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30588 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=14721 TEST=None Review URL: http://codereview.chromium.org/344032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30587 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
view hierarchy to call methods on it. * added ContainerExamlpeBase that defers the creation of such views after WidgetGTK available. minor fixes * replaced unnecessary includes with forward decls. * make sure we don't try to set negative hight to viewport. BUG=None TEST=build & run view_examples Review URL: http://codereview.chromium.org/347010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30586 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
VERIFY_REV_CHECKING_ENABLED flag. This allows us to enable part of the X509CertificateTest.PaypalNullCertParsing test for Linux because the test disables revocation checking, thereby avoiding the overly strict assertion in nss_ocsp.cc. Enable cert_pi_useAIACertFetch to fetch missing intermediate CA certificates. Handle a non-certificate error reported by PKIXVerifyCert. R=ukai BUG=none TEST=none Review URL: http://codereview.chromium.org/333033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30585 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Patch by tfarina. BUG=None TEST=None Review URL: http://codereview.chromium.org/334017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30584 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
TBR=yurys Review URL: http://codereview.chromium.org/348021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30583 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=25856, probably also the Right Fix for 25396 TEST=Go to en.wikipedia.org , make the window very narrow so that there's a horizontal scrollbar. cmd-left/right should go back/forward instead of scrolling horizontally. Review URL: http://codereview.chromium.org/347022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30582 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
TBR=yurys Review URL: http://codereview.chromium.org/342057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30580 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=dank TEST=Linux TSAN bot green on unit_tests Review URL: http://codereview.chromium.org/343058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30579 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: http://codereview.chromium.org/350001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30578 0039d316-1c4b-4281-b951-d872f2087c98
-
rolandsteiner@chromium.org authored
TBR=senorblanco BUG=none TEST=none Review URL: http://codereview.chromium.org/339081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30576 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG=26303 TBR=apavlov Review URL: http://codereview.chromium.org/341049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30574 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
TBR=mark git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30573 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
BUG=22307 TEST=none Review URL: http://codereview.chromium.org/343056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30572 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
BUG=22307 TEST=builds correctly, and an html5 video runs. Review URL: http://codereview.chromium.org/300013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30571 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: http://codereview.chromium.org/342037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30570 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
Finish() when entered bad state. BUG=none TEST=none Review URL: http://codereview.chromium.org/345025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30569 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-bot@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30568 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crbug.com/26296brg@chromium.com authored
BUG=26296 TEST=none Review URL: http://codereview.chromium.org/346021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30567 0039d316-1c4b-4281-b951-d872f2087c98
-
sgjesse@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/347017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30566 0039d316-1c4b-4281-b951-d872f2087c98
-
rolandsteiner@chromium.org authored
TBR=senorblanco BUG=none TEST=none Review URL: http://codereview.chromium.org/342049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30565 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
There are separate functions to set/test each feature. R=jorlow BUG=25286 TEST=none Review URL: http://codereview.chromium.org/343001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30564 0039d316-1c4b-4281-b951-d872f2087c98
-
brg@chromium.com authored
The functionality in the listen tests was added to the primary API tests when they were rewritten to be event driven. TEST=ExtensionApiTest.History BUG=none Review URL: http://codereview.chromium.org/341047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30563 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Remember: Cocoa coordinates are on 0.5. http://imgur.com/1IIRZ TBR=dmaclach BUG=25941 TEST=Show NTP to ben. He shouldn't scream at you too much. Review URL: http://codereview.chromium.org/342051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30562 0039d316-1c4b-4281-b951-d872f2087c98
-
brg@chromium.com authored
Implement the Extension History API, v 0.1.The first version is a weak wrapper around the HistoryServices object in Chrome.BUG=22952TEST=browser_tests.exe --gtest_filer=ExtensionApiTest.History Review URL: http://codereview.chromium.org/313001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30561 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
error status will be reported to the delegate (e.g. websocket experiment task) Finish() should be called at most once when STATE_CLOSE to STATE_NONE. BUG=none TEST=net_unittests didn't crash. Review URL: http://codereview.chromium.org/347026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30560 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
TBR=yaar Review URL: http://codereview.chromium.org/340043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30559 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
webkit/api/src. R=yaar BUG=25896,25897,25902 TEST=none Review URL: http://codereview.chromium.org/341030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30558 0039d316-1c4b-4281-b951-d872f2087c98
-
johnnyg@chromium.org authored
Connect the various pieces for notifications... hook up NotificationUIManager to BrowserProcess to DesktopNotificationService to RenderView. BUG=none TEST=none Review URL: http://codereview.chromium.org/342043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30557 0039d316-1c4b-4281-b951-d872f2087c98
-