summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Remove Instant opt-in promo.sreeram@chromium.org2012-04-031-1/+0
| | | | | | | | | | | | | The Instant opt-in promo isn't being used currently, and there are no plans to use it in the future. Deletes all associated code, strings and resources. BUG=116889 TEST=none Review URL: http://codereview.chromium.org/9963039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130289 0039d316-1c4b-4281-b951-d872f2087c98
* Remove installer strings from chrome.dll.tony@chromium.org2012-03-301-1/+0
| | | | | | | | | | | | | | | They are only used by the installer (the header installer_util_strings.h is only included in files in chrome/installer), so they don't need to be in chrome.dll. It looks like this was added in r1044, but I don't think it's needed anymore. BUG=119947 Review URL: https://chromiumcodereview.appspot.com/9809036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129947 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the old about window for MacChrome.csilv@chromium.org2012-03-281-1/+0
| | | | | | | BUG=119389 Review URL: https://chromiumcodereview.appspot.com/9873015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129519 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] [Mac] Implement one-click signin bubble for OS Xakalin@chromium.org2012-03-281-0/+1
| | | | | | | | | | | | | | Add new class OneClickSigninBubbleController. Factor out logic from views implementation of one-click bubble so that both it and OneClickSigninBubbleController can behave similarly. BUG=117899,116685 TEST=On OSX, with a clean profile, sign into GMail. The one-click infobar should pop up, clicking "OK, sync" should bring up the one-click dialog, and confirming should bring up the bubble by the wrench menu. Review URL: https://chromiumcodereview.appspot.com/9863032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129421 0039d316-1c4b-4281-b951-d872f2087c98
* Add Chrome To Mobile Mac page action and bubble.msw@chromium.org2012-03-271-0/+1
| | | | | | | | | | | | | | | | | | | Implements the Chrome To Mobile extension in Chrome. Consume ChromeToMobileService with new UI as in: Views: http://codereview.chromium.org/9443007/ +follow-ups. GTK: http://codereview.chromium.org/9689087/ Add a page action icon when the service reports 1+ devices. Show a bubble to send the current page URL / MHTML snapshot. Add unit tests for controller/bridge/bubble functionality. BUG=102709 TEST=Chrome To Mobile Mac UI works as expected :) Review URL: https://chromiumcodereview.appspot.com/9794018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129119 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Implement Mac-specific UI for one-click signinakalin@chromium.org2012-03-221-0/+1
| | | | | | | | | | | | | | | Enable one-click signin on OS X. Build Cocoa version of one-click signin dialog. Refactor one-click signin code to make it easier to unit test. BUG=116685 TEST=On OSX, with a clean profile, sign into GMail. The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog. Review URL: https://chromiumcodereview.appspot.com/9753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128126 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed speech recognition code in preparation for introducing a new speech ↵primiano@chromium.org2012-03-071-1/+1
| | | | | | | | | | | | | | | implementation. - The general-purpose speech recognition classes (that will be needed also by future code) have been renamed to SpeechRecognition*; - The IPC Messages and dispatcher(host) classes that are only related to the current input tag (x-webkit-speech) support have been renamed to InputTagSpeech*; - The namespace has been renamed from speech_input to speech; BUG=116954 TEST= Review URL: https://chromiumcodereview.appspot.com/9568002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125378 0039d316-1c4b-4281-b951-d872f2087c98
* Fix tweak_info_plist.py to be explicit about arguments.avi@chromium.org2012-03-071-4/+3
| | | | | | | | | | BUG=115784 TEST=none Review URL: http://codereview.chromium.org/9617032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125349 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at content shell for the Mac. Doesn't work yet.avi@chromium.org2012-03-061-2/+2
| | | | | | | | | BUG=115784 TEST=none Review URL: https://chromiumcodereview.appspot.com/9513006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125254 0039d316-1c4b-4281-b951-d872f2087c98
* Add Mac interface for installing bundles of extensions.jstritar@chromium.org2012-03-051-1/+3
| | | | | | | | | | BUG=112096 TEST=chrome --apps-gallery-url="http://www.corp.google.com" Then verify the UI when installing the bundle at http://www.corp.google.com/~jstritar/bundle.html. Review URL: http://codereview.chromium.org/9460045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124994 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Generate App Mode Loader bundle + cleanupjeremy@chromium.org2012-02-291-1/+5
| | | | | | | | | | | | | | | * Revised the .gyp files so that the app mode loader is built as a bundle "template". * Add new data to loader Info.plist and fill it in. * Improve unit tests and disable them for now (fix will be in a followup CL). * Various small cleanup tasks all over Mac app mode loader code. BUG=112651 TEST=Covered by existing tests (which when enabled, will test this). Review URL: http://codereview.chromium.org/9416012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124151 0039d316-1c4b-4281-b951-d872f2087c98
* Copy Pepper Flash files into the right place (during build time) for Linux x64.viettrungluu@chromium.org2012-02-221-0/+3
| | | | | | | | | | | | | This only applies to Chrome-branded builds (and requires that the files be available). Note: More changes will still be needed to actually include the files in distribution packages. Review URL: http://codereview.chromium.org/9431007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122929 0039d316-1c4b-4281-b951-d872f2087c98
* Rename _large.grd to _2x.grdthakis@chromium.org2012-02-071-1/+1
| | | | | | | | | | BUG=111101 TEST=none Review URL: http://codereview.chromium.org/9307110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120838 0039d316-1c4b-4281-b951-d872f2087c98
* Move DOMAutomationController code from chrome to content. This is needed by ↵jam@chromium.org2012-02-031-0/+1
| | | | | | | | | | | interstitial pages which are in content, and also browser tests in content. In followup changes, I'll make interstitial pages not have to derive from a concrete class, and instead implement some sort of delegate interface like we did with WebUI. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9310094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120441 0039d316-1c4b-4281-b951-d872f2087c98
* Fold views_compositor=1 into use_aura=1piman@chromium.org2012-01-281-1/+1
| | | | | | | | | | | | | We don't have a use case for views_compositor=1 and use_aura=0 (and it's broken/untested anyway), so this simplifies things a little bit. BUG=None TEST=compiles, tests pass. Review URL: http://codereview.chromium.org/9225038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119583 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new target for hardlinking chrome_dll during incremental rather than ↵scottmg@google.com2012-01-271-11/+32
| | | | | | | | | | postbuild for VS2010 BUG=97534 Review URL: https://chromiumcodereview.appspot.com/9271049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119477 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old (pre-webkit) compositorpiman@chromium.org2012-01-271-5/+1
| | | | | | | | | BUG=103948 TEST=builds, tests pass Review URL: http://codereview.chromium.org/9288053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119402 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the first-run search engine dialog/ballot.msw@chromium.org2012-01-261-1/+0
| | | | | | | | | | | | | | | | | | | No changes to the Gtk and Mac first-run (reporting & default browser) dialog. Tested optionally with GYP_DEFINES="branding=Chrome" and "--first-run --organic". Chromium (all platforms): Shows the browser window directly (no dialog). Chrome (Windows): Shows the browser window directly (no dialog). Chrome (Linux and Mac): Shows the first-run (reporting & default browser) dialog before the browser window. TODO(msw): Close crbug.com/111062 for removed test. TODO(msw): Remove search engine icon/image resources (TemplateURL::logo_id_). BUG=107005 TEST=No more standalone search engine selection dialog/ballot, Gtk and Mac first-run dialog works as before. Review URL: http://codereview.chromium.org/9285002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119189 0039d316-1c4b-4281-b951-d872f2087c98
* Always use webkit compositorpiman@chromium.org2012-01-251-2/+2
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/9141034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118987 0039d316-1c4b-4281-b951-d872f2087c98
* Add Mac version of newer tab-to-search icon.pkasting@chromium.org2012-01-241-0/+1
| | | | | | | | | BUG=57748 TEST=none TBR=alcor Review URL: https://chromiumcodereview.appspot.com/9284031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118870 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 118789 - Always use webkit compositorpiman@chromium.org2012-01-241-2/+2
| | | | | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/9141034 TBR=piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9283008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118792 0039d316-1c4b-4281-b951-d872f2087c98
* Always use webkit compositorpiman@chromium.org2012-01-241-2/+2
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/9141034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118789 0039d316-1c4b-4281-b951-d872f2087c98
* Newer icons for tab-to-search in the omnibox dropdown. Eliminates the old ↵pkasting@chromium.org2012-01-121-2/+0
| | | | | | | | | | | left-facing arrows, as well as the Mac versions for now (since we're up-in-the-air on how Mac icons will work going forward). BUG=57748 TEST=none TBR=glen Review URL: http://codereview.chromium.org/9190035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117354 0039d316-1c4b-4281-b951-d872f2087c98
* Add images for bug 57748. These will be used in the omnibox dropdown to ↵pkasting@chromium.org2012-01-061-0/+2
| | | | | | | | | | indicate that it's possible to toggle between normal and keyword mode on a particular row. BUG=57748 TEST=none Review URL: http://codereview.chromium.org/9110012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116603 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor and fix feedbackrkc@chromium.org2012-01-061-1/+0
| | | | | | | | | | | | | | | | | | | | | This CL does the following things, .) Removes user-facing categories from the UI completely. .) Changes categories that are still used (Autofill for example) use category tags instead of the category enum (which has been deprecated) .) Updates the protocol buffers .) Refactors the code to change bug report to feedback and re-organizes the file naming/layout .) Cleans up the unused feedback strings, files and code .) Cleans up the code at a few places .) Makes a few UI changes to get closer to the mock given in chromium:98738 This seems like a really huge CL but in reality it just just a couple of hundred lines of 'code' changes; a lot of this is just code being deleted BUG=chromium:98738 TEST=Tested sending reports. Review URL: http://codereview.chromium.org/9006003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116598 0039d316-1c4b-4281-b951-d872f2087c98
* Provide windows notification of thread terminationjar@chromium.org2011-12-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Relanding revert 114954 with fix to be compatible wit new re-linking strategy. Better care was needed in bracketing the callbacks that were used, to be sure the new linker left all items located together.] This code should only have much of an impact on the XP platform, where thread teardown notification are not currently made. Provide an automatic fallback scan of the linker list of notification callbacks via DllMain. This fallback is ONLY used if there are no notifications coming via the linker list. This allows all existing code to continue working as it does today, and provides thread teardown notification on XP even though we use the LoadLibrary call. It is a minimal change, suitable for pushing to other channels (beta? stable?). r=siggi bug=107974,103209 Review URL: http://codereview.chromium.org/9024015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115622 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 114672 - Revert 114229 - Revert 113748 - Provide windows notifictaion ↵jar@chromium.org2011-12-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of thread termination [This revert (removing XP notification) is being mode because version .794.0 is crashing on startup (see bug 107974). This might be due to other optimizations, but until we understand, I'll revert, as it is better to leak, than to crash :-/ .] This code should only have much of an impact on the XP platform, where thread teardown notification are not currently made. Provide an automatic fallback scan of the linker list of notifcation callbacks via DllMain. This fallback is ONLY used if there are no notifications coming via the linker list. This allows all existing code to continue working as it does today, and provides thread teardown notifcatino on XP even though we use the LoadLibrary call. It is a minimal change, suitable for pushing to other channels (beta? stable?). r=cpu BUG=103209 Review URL: http://codereview.chromium.org/8836003 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8934006 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8964002 TBR=jar@chromium.org BUG=107974 Review URL: http://codereview.chromium.org/8995001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114954 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 114229 - Revert 113748 - Provide windows notifictaion of thread ↵jar@chromium.org2011-12-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | termination [This change was shipping to dev/canary over the past weekend, and had no impact on buildability. I'm landing this yet again since the bug has a large impact on XP users, and we need it tested in the field if we are going to push it to M16 in the new year] This code should only have much of an impact on the XP platform, where thread teardown notification are not currently made. Provide an automatic fallback scan of the linker list of notifcation callbacks via DllMain. This fallback is ONLY used if there are no notifications coming via the linker list. This allows all existing code to continue working as it does today, and provides thread teardown notifcatino on XP even though we use the LoadLibrary call. It is a minimal change, suitable for pushing to other channels (beta? stable?). r=cpu BUG=103209 Review URL: http://codereview.chromium.org/8836003 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8934006 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8964002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114672 0039d316-1c4b-4281-b951-d872f2087c98
* Breakpad: Compile Breakpad into Chromium by default on Macmseaborn@chromium.org2011-12-141-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is intended to make it easier to test Breakpad crash dumping on the buildbots. Crash dumping will be disabled in Chromium by default at run time unless CHROME_HEADLESS is set. The bots set CHROME_HEADLESS, but we don't really want the bots to be uploading crash dumps that are useless without symbols, so uploading is disabled except for official builds and when building with mac_breakpad_uploads=1. This should not affect stack backtraces that occur in tests (such as browser_tests) via StackDumpSignalHandler(). Although Breakpad would normally take priority over this signal handler, Breakpad does not get enabled in these test suites because is_browser is false inside InitCrashReporter(). This change leaves the Gyp option "mac_breakpad" for enabling the creation of Breakpad files. This remains off by default for Chromium builds, because the symbol dumping is slow and because it has problems in the makefile-based Mac builds. BUG=105778 TEST=run Chromium with --crash-test and CHROME_HEADLESS=1; a *.dmp file should appear in ~/Library/Application Support/Chromium/Crash Reports Review URL: http://codereview.chromium.org/8824003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114468 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 113748 - Provide windows notifictaion of thread terminationjar@chromium.org2011-12-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Karen Grunberg requested a speculative revert, because we are currently unable to complete a link of the canary. This change is working fine on the Dev branch, and did not impact the link over the weekend, but for lack of other items, this change is being reverted] This code should only have much of an impact on the XP platform, where thread teardown notification are not currently made. Provide an automatic fallback scan of the linker list of notifcation callbacks via DllMain. This fallback is ONLY used if there are no notifications coming via the linker list. This allows all existing code to continue working as it does today, and provides thread teardown notifcatino on XP even though we use the LoadLibrary call. It is a minimal change, suitable for pushing to other channels (beta? stable?). r=cpu BUG=103209 Review URL: http://codereview.chromium.org/8836003 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8934006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114229 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt 3 at:sky@chromium.org2011-12-091-0/+9
| | | | | | | | | | | | | | | | | Makes tests either use mock compositor or mock WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. Attempt 2 failed because of last minute changes to chrome_tests.gypi that I didn't merge properly with. TBRing again. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8890050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113809 0039d316-1c4b-4281-b951-d872f2087c98
* Provide windows notifictaion of thread terminationjar@chromium.org2011-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This code should only have much of an impact on the XP platform, where thread teardown notification are not currently made. Provide an automatic fallback scan of the linker list of notifcation callbacks via DllMain. This fallback is ONLY used if there are no notifications coming via the linker list. This allows all existing code to continue working as it does today, and provides thread teardown notifcatino on XP even though we use the LoadLibrary call. It is a minimal change, suitable for pushing to other channels (beta? stable?). r=cpu BUG=103209 Review URL: http://codereview.chromium.org/8836003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113748 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 113676 - Attempt 2 at : Makes tests either use mock compositor or mocksky@chromium.org2011-12-081-9/+0
| | | | | | | | | | | | | | | | | | | | WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. I reverted first attempt as it broke some browser_tests. I've straightened that out in another patch, so this should be good go again. TBR since it's the same patch as before. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8889022 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8873037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113683 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt 2 at : Makes tests either use mock compositor or mocksky@chromium.org2011-12-081-0/+9
| | | | | | | | | | | | | | | | | WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. I reverted first attempt as it broke some browser_tests. I've straightened that out in another patch, so this should be good go again. TBR since it's the same patch as before. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8889022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113676 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 113470 - Makes tests either use mock compositor or mock ↵sky@chromium.org2011-12-071-9/+0
| | | | | | | | | | | | | | WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. BUG=104360 TEST=none Review URL: http://codereview.chromium.org/8805033 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8873001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113507 0039d316-1c4b-4281-b951-d872f2087c98
* Makes tests either use mock compositor or mock WebGraphicsContext3D ↵sky@chromium.org2011-12-071-0/+9
| | | | | | | | | | | depending upon which compositor we're running. This is needed to enable ui tests on the bots. BUG=104360 TEST=none Review URL: http://codereview.chromium.org/8805033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113470 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 113321 (speculative revert for http://crbug.com/106657 and a few ↵thakis@chromium.org2011-12-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | other problems) - Provide windows notifictaion of thread termination Provide an automatic fallback scan of the linker list of notifcation callbacks via DllMain. This fallback is ONLY used if there are no notifications coming via the linker list. This allows all existing code to continue working as it does today, and provides thread teardown notifcatino on XP even though we use the LoadLibrary call. It is a minimal change, suitable for pushing to other channels (beta? stable?). r=cpu BUG=103209 Review URL: http://codereview.chromium.org/8550009 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8839001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113342 0039d316-1c4b-4281-b951-d872f2087c98
* Provide windows notifictaion of thread terminationjar@chromium.org2011-12-071-0/+1
| | | | | | | | | | | | | | | | | | | | Provide an automatic fallback scan of the linker list of notifcation callbacks via DllMain. This fallback is ONLY used if there are no notifications coming via the linker list. This allows all existing code to continue working as it does today, and provides thread teardown notifcatino on XP even though we use the LoadLibrary call. It is a minimal change, suitable for pushing to other channels (beta? stable?). r=cpu BUG=103209 Review URL: http://codereview.chromium.org/8550009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113321 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move views.gyp to ui/views/.tfarina@chromium.org2011-12-011-1/+1
| | | | | | | | | BUG=104039 R=ben@chromium.org Review URL: http://codereview.chromium.org/8770010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112561 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the Syzygy optimization alternative from GYP configs.siggi@chromium.org2011-11-241-23/+4
| | | | | | | | | R=robertshield@chromium.org,rogerm@chromium.org Review URL: http://codereview.chromium.org/8685001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111488 0039d316-1c4b-4281-b951-d872f2087c98
* CrOs: Remove 2 static initializers and 2 exit time destructors.thakis@chromium.org2011-11-211-0/+1
| | | | | | | | | | | | Turn on -Wexit-time-destructors for (most of) the chrome target. BUG=101600,94925 TEST=none TBR=stevenjb Review URL: http://codereview.chromium.org/8547005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110954 0039d316-1c4b-4281-b951-d872f2087c98
* Remove TODOs for copying FFmpeg binaries for Mac.scherkus@chromium.org2011-11-181-4/+2
| | | | | | | | | | | Due to how Mac applications are bundled we require the application target itself to be responsible for copying FFmpeg. BUG=23602 TBR=mark,tony Review URL: http://codereview.chromium.org/8588063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110734 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 110355 - Use shared D3D9 texture to transport the compositor's ↵cpu@chromium.org2011-11-171-1/+0
| | | | | | | | | | | | | | | | | | backing buffer to the browser process for presentation. Implemented ImageTransportSurface for Linux (without texture sharing), XP, Vista and 7. XP. The non-texture sharing Linux and XP paths just present directly to the compositing child window owned by the browser process as before. PassThroughImageTransportSurface still needs a proper name. I will move it into its own file once that is decided. I moved AcceleratedSurfaceBuffersSwapped outside of the platform specific ifdefs and made the signature the same on all platforms for greater consistency. I removed the code related to sharing surfaces between processes and synchronizing resize and swapping out of GpuCommandBufferStub. It is all now in ImageTransportSurface implementations. Review URL: http://codereview.chromium.org/8060045 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/8587012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110387 0039d316-1c4b-4281-b951-d872f2087c98
* Use shared D3D9 texture to transport the compositor's backing buffer to the ↵apatrick@chromium.org2011-11-161-0/+1
| | | | | | | | | | | | | | | browser process for presentation. Implemented ImageTransportSurface for Linux (without texture sharing), XP, Vista and 7. XP. The non-texture sharing Linux and XP paths just present directly to the compositing child window owned by the browser process as before. PassThroughImageTransportSurface still needs a proper name. I will move it into its own file once that is decided. I moved AcceleratedSurfaceBuffersSwapped outside of the platform specific ifdefs and made the signature the same on all platforms for greater consistency. I removed the code related to sharing surfaces between processes and synchronizing resize and swapping out of GpuCommandBufferStub. It is all now in ImageTransportSurface implementations. Review URL: http://codereview.chromium.org/8060045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110355 0039d316-1c4b-4281-b951-d872f2087c98
* Introduces chromium_resources.gyp to factor out Chrome resource generationdhollowa@chromium.org2011-11-031-147/+14
| | | | | | | | | | | | | | | | | | | | 1. Factors out Chrome/Chromium resource generation into a separate chrome_resources.gyp file. 2. Eliminates repetition between Mac and other platforms. 3. Breaks long "repack" actions out into separate files for greater readability. 4. Eliminates circular dependencies in the Aura shell, the Views components, and the compositor when utilizing Chrome resources. BUG=none TEST=try bots run gyps and build correctly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107967 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108466 Review URL: http://codereview.chromium.org/8425002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108517 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 108466 - Introduces chromium_resources.gyp to factor out Chrome ↵dhollowa@chromium.org2011-11-031-14/+147
| | | | | | | | | | | | | | | | | | | | | | | resource generation 1. Factors out Chrome/Chromium resource generation into a separate chrome_resources.gyp file. 2. Eliminates repetition between Mac and other platforms. 3. Breaks long "repack" actions out into separate files for greater readability. 4. Eliminates circular dependencies in the Aura shell, the Views components, and the compositor when utilizing Chrome resources. BUG=none TEST=try bots run gyps and build correctly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107967 Review URL: http://codereview.chromium.org/8425002 TBR=dhollowa@chromium.org Review URL: http://codereview.chromium.org/8448001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108468 0039d316-1c4b-4281-b951-d872f2087c98
* Introduces chromium_resources.gyp to factor out Chrome resource generationdhollowa@chromium.org2011-11-031-147/+14
| | | | | | | | | | | | | | | | | | 1. Factors out Chrome/Chromium resource generation into a separate chrome_resources.gyp file. 2. Eliminates repetition between Mac and other platforms. 3. Breaks long "repack" actions out into separate files for greater readability. 4. Eliminates circular dependencies in the Aura shell, the Views components, and the compositor when utilizing Chrome resources. BUG=none TEST=try bots run gyps and build correctly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107967 Review URL: http://codereview.chromium.org/8425002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108466 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chrome://quota-internals/ load failure in Mactzik@chromium.org2011-11-011-0/+1
| | | | | | | | | BUG=102045 TEST=None Review URL: http://codereview.chromium.org/8418016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108079 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 107967 - Introduces chromium_resources.gyp to factor out Chrome ↵dhollowa@chromium.org2011-10-311-10/+156
| | | | | | | | | | | | | | | | | | | | | resource generation 1. Factors out Chrome/Chromium resource generation into a separate chrome_resources.gyp file. 2. Eliminates repetition between Mac and other platforms. 3. Breaks long "repack" actions out into separate files for greater readability. 4. Eliminates circular dependencies in the Aura shell, the Views components, and the compositor when utilizing Chrome resources. BUG=none TEST=try bots run gyps and build correctly. Review URL: http://codereview.chromium.org/8425002 TBR=dhollowa@chromium.org Review URL: http://codereview.chromium.org/8430011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107984 0039d316-1c4b-4281-b951-d872f2087c98
* Introduces chromium_resources.gyp to factor out Chrome resource generationdhollowa@chromium.org2011-10-311-156/+10
| | | | | | | | | | | | | | | | 1. Factors out Chrome/Chromium resource generation into a separate chrome_resources.gyp file. 2. Eliminates repetition between Mac and other platforms. 3. Breaks long "repack" actions out into separate files for greater readability. 4. Eliminates circular dependencies in the Aura shell, the Views components, and the compositor when utilizing Chrome resources. BUG=none TEST=try bots run gyps and build correctly. Review URL: http://codereview.chromium.org/8425002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107967 0039d316-1c4b-4281-b951-d872f2087c98