- 31 Jul, 2012 40 commits
-
-
apavlov@chromium.org authored
BUG=none TEST=none TBR=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149175 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10828091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149174 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=113688 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149173 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=139772 TBR=kbr Review URL: https://chromiumcodereview.appspot.com/10843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149172 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG=139365 TEST=Android FYI tester runs instrumentation tests. Review URL: https://chromiumcodereview.appspot.com/10826071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149171 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=130466 Review URL: https://chromiumcodereview.appspot.com/10832036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149170 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=138009 Review URL: https://chromiumcodereview.appspot.com/10843005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149169 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
Re-apply CL https://chromiumcodereview.appspot.com/10834062 BUG=137994 TEST= Review URL: https://chromiumcodereview.appspot.com/10837020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149168 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
we are working to eliminate, and errors on new #includes of disallowed dependencies. BUG=138280 Review URL: https://chromiumcodereview.appspot.com/10806049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149167 0039d316-1c4b-4281-b951-d872f2087c98
-
msarda@chromium.org authored
Enable the mobile_ntp_sync_promo on iOS. Add corresponding ifdefs. BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10820048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149166 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
- Remove mentions of WebView - Remove @hide - Remove superfluous pure virtual method from ContentViewCore - Fix ordering of methods Review URL: https://chromiumcodereview.appspot.com/10830066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149165 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10836026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149164 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
files, and use this ability in a few DEPS files where appropriate. This has no effect on the normal running of checkdeps; "!" dependencies are treated just like "+" dependencies when checkdeps is run on our bots. An upcoming change will use the new checkdeps.CheckAddedIncludes function, and will error out if you add a new include that violates a "-" rule, and show a presubmit warning when you add a new include that violates a "!" rule (the warning will say something like "We are in the process of removing dependencies from this directory to that file, can you avoid adding more?" While I was in there, fixed path handling so that checkdeps will work on case-sensitive platforms with paths that include upper-case characters (e.g. a checkout of Chrome at ~/c/Chrome/src rather than ~/c/chrome/src). Since the pipes.quote method seems unreliable on Windows (it failed on my setup), switched to subprocess.list2cmdline which I believe is stable. Added a small manual testing mode to checkdeps. It currently only verifies the CheckAddedIncludes function. TBR=jam@chromium.org BUG=138280 Review URL: https://chromiumcodereview.appspot.com/10805042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149163 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=131492,137055,137596,137987 TEST= Review URL: https://chromiumcodereview.appspot.com/10823036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149162 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Also, use RVH* to identify frames, not the process id. when we run out of processes, several unrelated RVHs might share a process. BUG=136090,139117 TEST=browser_tests:*WebNavigation*, unit_tests:FrameNavigation* Review URL: https://chromiumcodereview.appspot.com/10835033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149161 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
BUG=130452 TBR=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149159 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
Fix the method GetSelectedTab of the class NativeTabbedPaneView to return the tab contents of the currently selected tab. Change the unittest to cover the NativeTabbedPaneViews and the NativeTabbedPaneWin. BUG=139159 TEST=ui\views\control\tabbed_pane\tabbe_pane_view_unittest.cc Review URL: https://chromiumcodereview.appspot.com/10831009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149158 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
BUG=137994 TEST= Review URL: https://chromiumcodereview.appspot.com/10834062 TBR=oleg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149156 0039d316-1c4b-4281-b951-d872f2087c98
-
hsumita@chromium.org authored
BUG=138494 TEST=manually checked on lumpy Review URL: https://chromiumcodereview.appspot.com/10823096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149155 0039d316-1c4b-4281-b951-d872f2087c98
-
glotov@google.com authored
BUG=131177 TEST=manual, units FYI: full change would look like http://codereview.chromium.org/10835041/ Review URL: https://chromiumcodereview.appspot.com/10825098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149154 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=137994 TEST= Review URL: https://chromiumcodereview.appspot.com/10834062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149153 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149152 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=112525 Review URL: https://chromiumcodereview.appspot.com/10831062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149150 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Change constants in GpuMemoryManager to helper functions (and variables). This is towards (1) automated testing of the GPU memory manager and (2) getting actual vidmem values. BUG=132994 Review URL: https://chromiumcodereview.appspot.com/10823092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149149 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
This is actually a merge of upstream commit a44d715d2b19dc2f8f48b01144cc38e4e2c5015a BUG=139587,132211 Review URL: https://chromiumcodereview.appspot.com/10833067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149148 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=135562 TEST=Covered by automated tests. Review URL: https://chromiumcodereview.appspot.com/10833071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149147 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=139674 TEST=none TBR=gene@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149146 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=136469 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10698163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149145 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149143 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none TBR=apavlov Review URL: https://chromiumcodereview.appspot.com/10831085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149142 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10829094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149141 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=128378 TEST=unit_tests:GData* and browser_tests:GData* passes. using TBR for gyp changes TBR=thakis@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148990 Review URL: https://chromiumcodereview.appspot.com/10808027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149140 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=116025 NOTRY=TRUE Review URL: https://chromiumcodereview.appspot.com/10832079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149139 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
BUG= TBR=mpcomplete Review URL: https://chromiumcodereview.appspot.com/10825094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149138 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change temporarily removes the svn:executable flag from handler.py to make the "Linux" bot green. (I'm not totally sure if it is the expected solution.) TBR=cduvall BUG=none TEST=check_perms Review URL: https://chromiumcodereview.appspot.com/10829096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149137 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=126674 TEST=git try -b linux_chromeos Review URL: https://chromiumcodereview.appspot.com/10830033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149136 0039d316-1c4b-4281-b951-d872f2087c98
-
gauravsh@chromium.org authored
A value of 0x0 causes an an assertion failure in WebKit's FrameView which doesn't like a 0 min size. BUG=chromium-os:33086 TEST=observed manually on a Chrome OS build. Review URL: https://chromiumcodereview.appspot.com/10824102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149133 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none TBR=kmadhusu Review URL: https://chromiumcodereview.appspot.com/10829095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149130 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=139363 Review URL: https://chromiumcodereview.appspot.com/10834058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149129 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
BUG=137764 TEST= Review URL: https://chromiumcodereview.appspot.com/10826038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149125 0039d316-1c4b-4281-b951-d872f2087c98
-