- 11 Aug, 2012 9 commits
-
-
aa@chromium.org authored
This takes over for part of http://codereview.chromium.org/10455004/. Review URL: https://chromiumcodereview.appspot.com/10825308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151168 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
TBR=ivankr@chromium.org BUG=141559 Review URL: https://chromiumcodereview.appspot.com/10836200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151167 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151166 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
TBR=yutak@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10834277 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151164 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151163 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10836193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151162 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
1. Reset the background of the tooltip frame view or it paints behind the BubbleBorder2 and makes it look blurry. 2. LauncherTooltip bubbles should not consume mouse hovers. 3. BubbleBorder2::GetBorderThickness should return the actual thickness. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10828266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151161 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Bug=None Test=Compile ChromeOS without enable_hidpi GYP_DEFINE. R=flackr TBR=sky Review URL: https://chromiumcodereview.appspot.com/10829281 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151160 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
The original patch introduced a crash (GetCompositor() can return NULL), but reverting the whole thing is not possible without a lot of other reverts, and the proper fix is fairly involve (likely not reasonable to patch to the branch). This only reverts the problematic part, and a follow up will do a proper fix. BUG=141756 Review URL: https://chromiumcodereview.appspot.com/10828262 TBR=piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151159 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Aug, 2012 31 commits
-
-
yoshiki@chromium.org authored
BUG=136394 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10827272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151158 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=141559 Review URL: https://chromiumcodereview.appspot.com/10854071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151157 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
Add the following UMA stats: - Launcher_ClickOnAppListButton Count clicks on launcher's app list button. - Launcher_ClickOnApp Count clicks on apps in launcher bar (including Chrome). - AppList_ClickOnApp Count clicks on apps in app list bubble. - AppList_Search Count search + open result in app list. - AppList_ClickOnAppFromSearch Count clicks on apps in app list search results. BUG=137358 TEST=Verify the added UMA stats work as expected. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151156 0039d316-1c4b-4281-b951-d872f2087c98
-
jgreenwald@chromium.org authored
This function was added to support WebView.copyBackForwardList(). It basically copies much of the content of the view's NavigationController into the appropriate Java data structures. BUG=138478 Review URL: https://chromiumcodereview.appspot.com/10836155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151155 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Fixed Issue 141873. Crash when BrowserActionButton get disabled or hidden. BUG=141873 TEST=Try to disable or hide extension buttons, should not crash. Review URL: https://chromiumcodereview.appspot.com/10834275 TBR=yefim@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151154 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
The original patch introduced a crash (GetCompositor() can return NULL), but reverting the whole thing is not possible without a lot of other reverts, and the proper fix is fairly involve (likely not reasonable to patch to the branch). This only reverts the problematic part, and a follow up will do a proper fix. BUG=141756 Review URL: https://chromiumcodereview.appspot.com/10828262 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151153 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@chromium.org authored
TBR=sergeyu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151152 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=141906 TEST=Manual tested w/ normal & Media Source videos. Review URL: https://chromiumcodereview.appspot.com/10825303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151151 0039d316-1c4b-4281-b951-d872f2087c98
-
smckay@chromium.org authored
Add a constructor that takes only the "interesting" args (basically the args that aren't predictably defaulted). This will allow the cleanup a lot of tests and probably some rel code as well. Review URL: https://chromiumcodereview.appspot.com/10855065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151150 0039d316-1c4b-4281-b951-d872f2087c98
-
yefim@chromium.org authored
BUG=141873 TEST=Try to disable or hide extension buttons, should not crash. Review URL: https://chromiumcodereview.appspot.com/10834275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151148 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
I'm currently looking at this. Review URL: https://chromiumcodereview.appspot.com/10825309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151147 0039d316-1c4b-4281-b951-d872f2087c98
-
sreeram@chromium.org authored
Consider the following scenario: 1. Type "g" in the omnibox. --> The omnibox inline autocompletes "oogle.com". 2. Hit Tab. --> You're now in keyword mode. Here, inline_autocomplete_text_ is still "oogle.com", though the display text is a blank string. The previous code caused a crash. Now, we check properly that the inline text is a suffix of the display text. Arguably, the inline text should always be a suffix of the display text, say by clearing it in OmniboxEditModel::AcceptKeyword(): http://crbug.com/141890 R=pkasting@google.com BUG=141878 TEST=Scenario in CL description above shouldn't crash. Review URL: https://chromiumcodereview.appspot.com/10824261 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151146 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=137676 TBR=jamiewalch,tony Review URL: https://chromiumcodereview.appspot.com/10825302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151142 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
Need check size of both arrays before calling std::equal. BUG=141904 Review URL: https://chromiumcodereview.appspot.com/10854099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151140 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
TBR=ivankr@chromium.org BUG=141986 Review URL: https://chromiumcodereview.appspot.com/10854103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151139 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This CL: - eliminates unnecessary dispatches - correctly handles devices that are discovered before interest is registered TEST=ran api test BUG=133179 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150898 Review URL: https://chromiumcodereview.appspot.com/10815072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151138 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@chromium.org authored
Adding the selection text direction to the notification that the selection bounds have changed. This is used with touch UI. BUG=138944 TEST=All tests should pass. Review URL: https://chromiumcodereview.appspot.com/10855036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151137 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
BUG=130212 Review URL: https://chromiumcodereview.appspot.com/10855109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151136 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Due to a bug, the Clang-plugin style checker failed to warn about inline constructors, destructors, non-empty virtual methods, etc. for nested classes. The plugin has been fixed, and this patch is part of a clean-up of all the code that now causes the plugin to issue errors. BUG=139346 Review URL: https://chromiumcodereview.appspot.com/10855075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151135 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151134 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
Move VideoDecoder initialization into VideoRendererBase to simplify implementing codec config changes during playback. BUG=141533 TEST=Existing PipelineTest.*, VideoRendererBaseTest.* Review URL: https://chromiumcodereview.appspot.com/10836167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151132 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
BUG=141037 TEST=Confirm no memory leaks in ReloadButton. Review URL: https://chromiumcodereview.appspot.com/10827252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151131 0039d316-1c4b-4281-b951-d872f2087c98
-
sschmitz@chromium.org authored
Fix: Add handling the case when both USE_X11 and USE_AURA are defined. BUG=121235 TEST=Click middle mouse button in tab window on Linux Desktop; no crash Review URL: https://chromiumcodereview.appspot.com/10828233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151130 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151129 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r9404: (sehr) Get MCFragment field reordering. r9405: (kschimpf) Remove data-66 prefix allowance for x87 memory instructions. r9406: (mseaborn) Debug stub: Remove superfluous file 'gdb_rsp/host.cc' r9407: (khim) Simplify string instructions support r9408: (mseaborn) Debug stub tests: Handle EOF on socket gracefully rather than by spinning r9409: (dschuff) Allow override of BUILD_ARCH in pnacl build r9410: (robertm) Adding test family targets for xxx_irt to scons. r9411: (mseaborn) Debug stub: Simplify the startup code r9412: (mseaborn) Debug stub: Remove dubious test code in 'gdb_rsp/target_test.cc' r9413: (dschuff) Make windows pnacl build work with recent cygwin r9414: (sergeyu) Fix untrusted.gyp to detect changes in the list of sources. r9415: (jvoung) Bump nacl_perf_expectations for pnacl x86-64 runtime_ammp. r9416: (mseaborn) Debug stub: Test single-stepping/continuing with other threads suspended r9417: (halyavin) Checkout from scratch if git pull fails. r9418: (halyavin) Update gdb revision. r9419: (sergeyu) Fix build_nexe.py to unescape quotes in the list of defines. r9420: (arbenson) Drop stale NaClMprotectGuards. r9421: (tysand) Buildbot change to VS2010 r9422: (kschimpf) Disallow data16 prefix with rex.w prefix on instructions that allow both r9423: (jvoung) Allow -rdynamic in pnacl driver to appease CMake and OpenAL builds. r9424: (dschuff) Remove clang shared lib from pnacl toolchain tarball r9425: (sehr) Update to get MCFragment memory improvements. r9426: (kschimpf) Optimze insertion of rule patterns into arm validator decoders. r9427: (arbenson) Add a "hello world" test for the zero-based sandbox. r9428: (bradchen) Fix enuminst to properly check base register usage. r9429: (dschuff) Build Pnacl in hermetic cygwin r9430: (khim) Implement couple of warts to make ragel-based validator more compatible with production one. r9431: (mcgrathr) Extend infoleak test to cover ARM VFP state r9432: (arbenson) Run gcc spec2k benchmark with zero-based sandbox r9433: (shcherbina) Validator_ragel: add benchmark r9434: (halyavin) GDB: Test that we can step inside function. BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10828256 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151128 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
Also adds the utility to stop clicks on any page to util.js and makes the NTP a user of this function. BUG=136338 TEST=Inspect a background view, options, or reload an extension while scrolled without being forced to the top of the page. Review URL: https://chromiumcodereview.appspot.com/10832196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151127 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Templates now show "Apps" for apps and "Extensions" for extensions. BUG=141576 Review URL: https://chromiumcodereview.appspot.com/10834255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151126 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Moves the definitions in gdata_params.h to each appropriate file. BUG=135306 TBR=ben@chromium.org # for chrome/chrome_browser.gypi (two files removed) Review URL: https://chromiumcodereview.appspot.com/10855034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151125 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
Test extension should be well-formed. Having warnings is often an early indicator that something else is wrong (see for example https://chromiumcodereview.appspot.com/10852016/). Review URL: https://chromiumcodereview.appspot.com/10826157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151123 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TBR=noelallen@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10823275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151122 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=134465 TEST=by hand Review URL: https://chromiumcodereview.appspot.com/10836186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151121 0039d316-1c4b-4281-b951-d872f2087c98
-