- 04 Dec, 2011 12 commits
-
-
jar@chromium.org authored
TBR=rtenneti Review URL: http://codereview.chromium.org/8793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112930 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Manual changes to spdy_protocol.h and spdy_framer.cc, rest of the CL generated by running: perl -pi -e "s/SpdyFrame::size\(\)/SpdyFrame::kHeaderSize/" $(git grep -l SpdyFrame::size) This is the same as the google-internal CL 25917366 and 25938381 BUG=94125 TEST=none TBR=willchan Review URL: http://codereview.chromium.org/8790015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112929 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
I also did some cleaning and refactoring in tracked_objects. We had a lot of functionality that has migrated to JS, that we didn't need (a lot of acccessors that are supplanted by the ToValue() methods. I'm anticipating that we'll move to an asynhcronous collecting of data from the profiler, so that we can bounce around to various threads and more cleanly collect samples (without risking races during data snapshots). Several of the refactors are heading in that direction. r=rtenneti tbr=jam (for microscopic content change) BUG=106291,106293 Review URL: http://codereview.chromium.org/8775061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112928 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=31037 TEST=none in this patch, will be landed in WebKit as layout tests. Review URL: http://codereview.chromium.org/8775025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112927 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112926 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
TBR=vsevik Review URL: http://codereview.chromium.org/8786007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112925 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/8651001/bryeung@chromium.org authored
This CL has two fixes that were suggested in the above review. TEST=none BUG=none Review URL: http://codereview.chromium.org/8770057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112924 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/8702002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112923 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
This is needed because there can be two site instances for the same extension/process pair. Boo. The linear scan for Contains() is a bummer. I thought about more exotic data structures, but it didn't seem worth it. BUG=105328 Review URL: http://codereview.chromium.org/8769022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112921 0039d316-1c4b-4281-b951-d872f2087c98
-
jstritar@chromium.org authored
The "chrome_url_overrides" manifest key is now accessible by packaged apps. BUG=101992, 104103 TEST=existing, ManifestTest Review URL: http://codereview.chromium.org/8654001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112914 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
They caused http://crbug.com/106304 BUG=99629 TEST=none TBR=dmazzoni Review URL: http://codereview.chromium.org/8793001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112913 0039d316-1c4b-4281-b951-d872f2087c98
-
mrossetti@chromium.org authored
Do not assume that the history_info_map_ will always contain entries for keys. BUG=106192 TEST=With a big History database, type a single 'w' and verify that a crash does not occur. 'w' is chosen since it occurs in the bulk of URLs ('www'). Other common characters to test singly are 'c', 'h', 'm', 'o', 'p' and 't'. Review URL: http://codereview.chromium.org/8785021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112910 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Dec, 2011 28 commits
-
-
sadrul@chromium.org authored
. In aura, before a window is focused, ask the delegate if it can be focused. . Make a popup RWHVA non-focusable. This is to prevent the focus from moving from the main web-page to the combobox (which causes the combobox to get destroyed). This fixes an issue where comboboxes in the login screen could not be used properly. BUG=105786 TEST=manually Review URL: http://codereview.chromium.org/8770011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112909 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crbug.com/106299thakis@chromium.org authored
Revert 112839 (it probably caused http://crbug.com/106299 ) - GTK: Port omnibox drawing from GdkGC interface to cairo. GdkGC is deprecated and will be removed in gtk3 and cairo should be faster anyway. This uses the new CairoCachedSurface in gfx::Image. BUG=79722 TEST=none Review URL: http://codereview.chromium.org/8781001 TBR=erg@chromium.org Review URL: http://codereview.chromium.org/8789016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112905 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=150&rev=-1&graph=chrome-si http://build.chromium.org/f/chromium/perf/linux-release/sizes/report.html?history=150&rev=112878&graph=chrome-si http://build.chromium.org/f/chromium/perf/linux-release-64/sizes/report.html?history=150&rev=112878&graph=chrome-si BUG=94925 TEST=none TBR=cmp Review URL: http://codereview.chromium.org/8784014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112900 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/8784003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112899 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=105028 TEST=none (browser side still missing, does nothing yet) Review URL: http://codereview.chromium.org/8774050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112898 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
show a node, so we need it. *SIGH* For the most part this is a revert of http://codereview.chromium.org/8759017/, so don't feel you need to review it that deeply. BUG=102714 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8772064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112897 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=104757 TEST=manual Review URL: http://codereview.chromium.org/8745020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112892 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112889 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=None TEST=compositor_unittests Review URL: http://codereview.chromium.org/8772072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112887 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
TBR=dtseng@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8789011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112886 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/8416034dmazzoni@chromium.org authored
TBR=dtseng@chromium.org Review URL: http://codereview.chromium.org/8775059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112885 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
R=sky@chromium.org BUG=94447 TEST=Verify that migration to this build of Chrome goes smoothly and changing any search engine in Web Data file triggers the bubble. Review URL: http://codereview.chromium.org/8567004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112884 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
BUG=62897 TBR=aa Review URL: http://codereview.chromium.org/8784009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112882 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112881 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
related methods. Scrolling currently only handles the main frame, though it's designed to be extended to support scrolling any scrollable container shortly. Setting the text selection is only implemented for <input> elements, pending WebKit enhancements. BUG=104468,104469 TEST=Adds new test for scrolling logic, manual testing with accProbe. Review URL: http://codereview.chromium.org/8770021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112880 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=103851 TEST=tree R=kbr Review URL: http://codereview.chromium.org/8758003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112879 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 Review URL: http://codereview.chromium.org/8787004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112878 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Simplify BrowserChildProcessHost in preparation for refactoring it so that consumers embed it in their class instead of deriving from it. The GetChildTerminationStatus override in NaclProcessHost seemed unnecessary since that's what the default implementation does. NaClProcessHost::OnChildDied can be done in the destructor. BUG=98716 Review URL: http://codereview.chromium.org/8771041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112877 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Screenshots: http://imgur.com/6owxK BUG=91241 TEST= Review URL: http://codereview.chromium.org/8680033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112876 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
Add mobile bookmarks folder to Mac bookmark menus (system and wrench), when the folder is non-empty. Also, a bit of style cleanup in the related file. BUG=102714 TEST=Bookmark a page and add it to the "Mobile bookmarks" folder. Make sure the bookmark is now accessible from the system and wrench bookmark menus on Mac (but not from the Bookmarks bar). Then remove the bookmark, and make sure the empty "Mobile bookmarks" folder is no longer visible in either menu. Review URL: http://codereview.chromium.org/8786015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112875 0039d316-1c4b-4281-b951-d872f2087c98
-
davidxli@chromium.org authored
WillProcessXEvent returns false to indicate continue normal dispatch. The check worked because EVENT_CONTINUE happens to be 0. BUG=None TEST=None Review URL: http://codereview.chromium.org/8769049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112872 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
spdy_stream_ was used when NULL. We now copy the peer address and local address from spdy_stream_ when we connect. BUG=106073 TEST=SpdyProxyClientSocket.GetPeerAddressReturnsCorrectValue Review URL: http://codereview.chromium.org/8771012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112871 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
Exposes several new states and attributes and fires new notifications when the selection changes. Adds general-purpose implementations of IUnknown and IEnumVARIANT to base/win/, which will be used in the future as we remote ATL from accessibility code. BUG=5027,98984 TEST=manual testing with JAWS and NVDA Review URL: http://codereview.chromium.org/8588036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112870 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
There are better ways to handle this, but I want a really simple patch for merge. BUG=106201 TEST=http://code.google.com/p/chromium/issues/detail?id=100401#c18 Review URL: http://codereview.chromium.org/8786008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112869 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
organic brand code. Also added unit tests for reactivation since none existed. BUG=b/5683002 TEST=See unit tests. Pings should only be sent out for non-organic brand codes, and not for organic brand codes. Should test will all four combinations (main is either organic or not, and reactivation is either organic or not). This only works with google chrome builds. Chromium builds never send pings regardless of brand codes. Review URL: http://codereview.chromium.org/8726041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112868 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112867 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
TBR=aa Review URL: http://codereview.chromium.org/8788007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112866 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/8736001/georgey@chromium.org authored
The difference is the phone library pulled is version 407 instead of 403, it includes fixes, including missing licenses. Original description: Pull the phone library directly. Delete old version. TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8790002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112865 0039d316-1c4b-4281-b951-d872f2087c98
-