Commit graph

363 commits

Author SHA1 Message Date
Brad Lassey
36b059df69 bug 1096718 - - display time measured spent in each compartment r=billm,mossop 2015-01-13 17:38:05 -08:00
Nicholas Nethercote
97b5d348cc Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.
--HG--
extra : rebase_source : 771710c5427141d738eef112fab00951eb8e20e3
2015-01-07 16:13:03 -08:00
Nicholas Nethercote
cda9c17f4b Bug 1070251 - Anonymize non-chrome inProcessTabChildGlobal URLs in memory reports when necessary. r=khuey.
--HG--
extra : rebase_source : a204dbae9f853be3ade1cdebfa0f4ac01fa3a174
2014-09-24 19:08:20 -07:00
Nicholas Nethercote
61271da02f Bug 1059612 - Filter diff-breaking info from memory reports in a more rigorous fashion. r=erahm.
--HG--
extra : rebase_source : 373ae65ebe08a6da9ff63eb3394bc56e56d2fcfe
2014-09-17 21:22:57 -07:00
Shu-yu Guo
15262d36a9 Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo) 2014-09-15 16:30:46 -07:00
Nicholas Nethercote
985af86677 Bug 1061960 - In about:memory, support the loading of memory reports embedded in crash dumps. r=mccr8.
--HG--
extra : rebase_source : c62c396c0b0a4500761242c1dca5ae2ce04b0af4
2014-09-04 16:04:54 -07:00
Nicholas Nethercote
94f8ec5cee Bug 1061066 - Make DMD work properly with e10s. r=mccr8.
--HG--
extra : rebase_source : 35ff4f1b3c7d4af91cbc5f813030136ffc3b70e4
2014-09-01 17:22:53 -07:00
Josh Aas
8185a36bb0 Bug 1011225: Improve e10s process naming on OS X. Patch started by Benoit Girard, completed by Josh Aas. r=njn,benwa 2014-08-26 12:03:09 -05:00
Eric Rahm
4c04003540 Bug 1056954 - Normalize pid values when diffing. r=njn 2014-08-22 15:45:44 -07:00
Nicholas Nethercote
194a53e7c2 Bug 1054318 - Replace multiple addresses in paths when diffing memory reports. r=erahm.
--HG--
extra : rebase_source : 317c4b5c371ff084673d4ada81143b5a8955151a
2014-08-19 18:28:42 -07:00
Nicholas Nethercote
ac2d623ffd No bug. Remove two "njn: ..." comments I accidentally left in. r=me.
DONTBUILD because the patches contains only trivial comment changes.

--HG--
extra : rebase_source : ecc0bd10c43c6d4223f5301ff11cbd2a56c9912b
2014-08-06 16:19:55 -07:00
Nicholas Nethercote
f907318caa Bug 1046477 (part 1) - Separate the reporting of the main and static atoms tables. r=froydnj.
--HG--
extra : rebase_source : c60db11fc39d180e43f22e7f395eea24cd358aa3
2014-07-30 23:06:57 -07:00
Nicholas Nethercote
c189bc06ac Bug 1035570 (follow-up) - Fix a trivial tool-tip botch in about:memory. r=mccr8.
--HG--
extra : rebase_source : 8755dbb4e26b1fc68399ed8e8bd9fa2af78375aa
2014-07-28 15:42:17 -07:00
Nicholas Nethercote
c07ebda3e2 Bug 1035570 (part 3) - DMD: Add DMDAnalyzeHeap(), a heap snapshot function. r=erahm,mccr8.
The patch also adds DMDAnalyzeReports() as a synonym for DMDReportAndDump(),
and deprecates the latter.

--HG--
extra : rebase_source : 651246aa7a0a301f804c124f25beb0e8ed6cd67f
2014-05-29 23:46:09 -07:00
Alexandre Poirot
7ea4dd517f Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Jim Blandy
7e20285e70 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Nicholas Nethercote
aaf6fb2124 Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Eric Rahm
7cf012cdbb Bug 1022965 - Add test for loading memory reports that already have heap-unclassified defined. r=njn
--HG--
extra : rebase_source : a705ba428e4e487526f491ba0994adad26d1030c
2014-06-09 17:37:20 -07:00
Eric Rahm
d1d8e97f95 Bug 1022004 - Support loading memory reports that already have heap-unclassified defined. r=njn 2014-06-07 18:35:18 -07:00
Nicholas Nethercote
c6a7e959de Bug 1005489 - Implement better sub-tree sorting and significance detection in about:memory's diff mode. r=mccr8.
--HG--
extra : rebase_source : 5a157d0ed2f099550aa2b803ac4f6f172b59ba44
2014-05-28 20:37:59 -07:00
Nicholas Nethercote
d71b0cc308 Bug 1014249 - Beef up the "is DMD enabled?" and "is DMD running?" checks. r=mccr8.
--HG--
extra : rebase_source : 868ce1a1e470e45f51447f5126982aaeb51905f1
2014-05-22 19:45:14 -07:00
Nicholas Nethercote
354e7e9196 Bug 1013652 - Add a "DMD" button to about:memory when DMD is enabled. r=mccr8.
--HG--
extra : rebase_source : 368251faf2fbadad106a2d5fab3be56d455d16e9
2014-05-20 19:29:37 -07:00
Nicholas Nethercote
c17eeed597 Bug 1005442 - Strip moz-nullprincipal UUIDs when diffing memory reports. r=mccr8.
--HG--
extra : rebase_source : 83e9f2d08b1cb1672b9bef0fddcd8bd34cfa4e18
2014-05-13 18:14:29 -07:00
Jed Davis
e4ced412bb Bug 973090 - IPC remoting for child GC/CC logging. r=mccr8, r=bent
This has a few semi-interdependent pieces:

* Factoring out the file opening/closing/renaming from the GC/CC logging.

* Using IPC to have the child log to files that the parent opened.

* Changing nsIMemoryInfoDumper.dumpGCAndCCLogsToFile to report completion
  of child process logging (which was impossible before this, and which is
  needed to have a meaningful test case).

* Changing about:memory to dump logs for child processes, matching the
  behavior of the "Measure" button, because it can tell the user where
  they are now.

* Add a test for multiprocess GC/CC log dumping (only of the XPCOM
  interface, not by clicking buttons and scraping the about:memory page,
  but done as a chrome mochitest to start remote browsers); based on
  test_memoryReporters2.xul in the same directory.
2014-05-13 13:13:00 -04:00
Nicholas Nethercote
dfb5f8e5be Bug 986300 - Fix a tricky corner case involving memory report diffs. r=kats.
--HG--
extra : rebase_source : 001ae6ee0e81c40a7437ccf65add3e735fada6fa
2014-03-20 19:44:23 -07:00
Gregory Szorc
afdb724edf Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.

This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.

--HG--
extra : rebase_source : 0cfdf2697d10532e5b03cd27fbaadb41f42b837c
extra : amend_source : 0119d4e4881217f105e0e4ba1dfa9c8f7295f3e9
extra : histedit_source : eb49e62c67af2005fdc08d9c9a07f56bee98d558%2C50951e960e450f9b0e48fc7e8ec369d8666a63b0
2014-02-06 13:00:20 -08:00
Wes Johnston
98314fbfff Bug 961369 - Fallback when no file picker available in about:memory. r=njn,mfinkle 2014-02-05 10:04:32 -08:00
Nicholas Nethercote
9c25748c63 Bug 903131 - Add save GC/CC logs buttons to about:memory. r=njn,mccr8.
--HG--
extra : rebase_source : 56af9b89675394b5a219f699b96c1d26c00adc38
2014-01-31 14:43:08 -08:00
Nils Maier
ec65c8410d Bug 950391 - Add nsIMemoryReporterManager.unregisterStrongReporter. r=njn
Also do not allow to register non-native components as weak reporters.
2013-12-18 13:00:03 -05:00
Gregory Szorc
e396fc159d Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.

--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Nicholas Nethercote
12910b47d0 Bug 945973 (part 4) - Add SystemMemoryReporter, which presents Linux-specific, system-wide memory measurements taken from the OS. r=glandium.
--HG--
extra : rebase_source : 032d1d2944b790ac9e9e4d7f18c8ac9d79858ef3
2013-12-04 19:32:50 -08:00
Nicholas Nethercote
17667da00b Bug 945973 (part 3) - Fix some trivial reporter/report confusions in aboutMemory.js. r=mccr8.
--HG--
extra : rebase_source : 12eec13cd507100fa29bf798372784d5d8bcfbdb
2013-12-03 20:20:15 -08:00
Nicholas Nethercote
da333f0919 Bug 945973 (part 2) - Don't complain if there aren't any "explicit" reports for a process. r=mccr8.
--HG--
extra : rebase_source : 05129260b8a3e7cfbdadcecffe4c18715254323c
2013-12-03 20:19:41 -08:00
Nicholas Nethercote
51c80b126d Bug 945973 (part 1) - Remove about:memory's is-a-sentence description check. r=mccr8.
--HG--
extra : rebase_source : bf47145a953a23b73fa1e7c441b695ffeceafbb8
2013-12-03 20:10:59 -08:00
Nicholas Nethercote
8450156576 Bug 947802 (part 2) - Replace enumerateReporters() with getReportsForThisProcess(). r=mccr8.
--HG--
extra : rebase_source : 1c70e838e3600745f69c5772a084398f78d4c477
2013-12-01 16:29:37 -08:00
Nicholas Nethercote
a14687b578 Bug 946484 - Ignore "redundant/"-prefixed memory reports. r=khuey.
--HG--
extra : rebase_source : 9ee5e9c208b37f361e0cfa0b599ced801428e93d
2013-12-04 16:21:55 -08:00
Nicholas Nethercote
85e32e4d49 Bug 927740 (part 2) - Make about:memory's "Minimize Memory Usage" button affect child processes, like the "GC" and "CC" buttons. r=khuey.
--HG--
extra : rebase_source : 555f0e6ca11caa73e33f48a941ee119181c28b74
2013-12-02 20:07:02 -08:00
Nicholas Nethercote
39004db706 Bug 936964 (part 7, attempt 2) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
* * *
Bug 936964 (part 7b) - Fix a use-after-free found by ASan.

--HG--
extra : rebase_source : d38ab6b63e9d576773baf8e55fa4f7182c33915e
2013-11-07 16:35:30 +11:00
Nicholas Nethercote
b827292c98 Bug 943660 (attempt 2) - Remove nsIMemoryReporter::name, because it's (a) unused and (b) a bad idea. r=mccr8.
--HG--
extra : rebase_source : 4381c3c424e34198b83c45fa0ac0d9a670bab2b8
2013-11-26 18:38:50 -08:00
Ehsan Akhgari
a903aefdc0 Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
Backed out changeset 85486c4aa3d8 (bug 936964)
Backed out changeset 25312eb71998 (bug 936964)
Backed out changeset 6dbb8333960c (bug 936964)
Backed out changeset da6465ad476f (bug 936964)
Backed out changeset a87ffc992f38 (bug 936964)
Backed out changeset 4ae3a61182db (bug 936964)
Backed out changeset 34e9c3137804 (bug 936964)
Backed out changeset fd1459e71585 (bug 936964)
Backed out changeset 3e8a701d8bdc (bug 943660)

Landed on a CLOSED TREE

--HG--
rename : content/canvas/src/WebGLMemoryTracker.h => content/canvas/src/WebGLMemoryReporterWrapper.h
2013-11-27 20:05:00 -05:00
Nicholas Nethercote
bc475c75df Bug 936964 (part 7) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 611e8d35907959b163aeced1c4ffe1d265048fe6
2013-11-07 16:35:30 +11:00
Nicholas Nethercote
19f2e8fdea Bug 943660 - Remove nsIMemoryReporter::name, because it's (a) unused and (b) a bad idea. r=mccr8.
--HG--
extra : rebase_source : f2ccff7972d7161e2290fd3db70463524c55f230
2013-11-26 18:38:50 -08:00
Nicholas Nethercote
7f645374b9 Bug 939385 (part 5) - Test vsizeMaxContiguous. r=froydnj.
--HG--
extra : rebase_source : cca51f0c5c3283d45c6f6c1d0e2ae9ae5f16f983
2013-11-19 20:05:44 -08:00
Nicholas Nethercote
8a5c15606b Bug 939385 (part 3, attempt 2) - Expose vsizeMaxContiguous to about:memory. r=froydnj.
--HG--
extra : rebase_source : 2a7dcf2121c323bb37094b23e329c322f25dfeeb
2013-11-18 22:37:38 -08:00
Carsten "Tomcat" Book
130960c774 Backed out changeset 65048ac4ae6f (bug 939385) for perma failures/orange in XPCShell Tests on Linux and OS X on a CLOSED TREE 2013-11-19 11:47:41 +01:00
Nicholas Nethercote
1f1f9e46d4 Bug 939385 (part 3) - Expose vsizeMaxContiguous to about:memory. r=froydnj.
--HG--
extra : rebase_source : 77331283b56ddf28a137a0165ef9926d6e0f0f42
2013-11-18 22:37:38 -08:00
Nicholas Nethercote
8aa18001f7 Bug 929797 - Implement proper memory reporting for child processes. r=khuey.
--HG--
extra : rebase_source : f0788757afc2097830295170120e1e2094993cc7
2013-10-22 22:26:24 -07:00
Nicholas Nethercote
8c8a472c81 Bug 933502 - Make memory reporter mochitests work with ASAN. r=gps,me.
--HG--
extra : rebase_source : 325ee35d47aa38d1cc28008f449fce5fb3a658fc
2013-10-31 19:19:10 -07:00
Nicholas Nethercote
652e854b1c Bug 930851 (part 4) - Prepare aboutMemory.js for asynchronous memory report processing. r=khuey. 2013-10-15 18:08:35 -07:00
Nicholas Nethercote
6796f7febc Bug 930851 (part 2) - Inline some functions in aboutMemory.js that have a single call site. r=johns.
--HG--
extra : rebase_source : 8b669e495ffcd6cab292767abf5b85cca3eb14f5
2013-10-15 17:16:13 -07:00
Nicholas Nethercote
5da5c4cd53 Bug 930851 (part 1) - Make child process naming consistent in both memory reporting paths. r=khuey.
--HG--
extra : rebase_source : 6c212dd1ddc701af8297a6de373c8650b18a1b56
2013-10-24 20:47:48 -07:00
Nicholas Nethercote
498ce38434 Bug 929826 - Improve about:memory's UI for the multi-process case. r=johns.
--HG--
extra : rebase_source : c248a0127c7d160fc0016dabca1f3561233a577c
2013-10-22 22:27:58 -07:00
Nicholas Nethercote
dac7e13e71 Bug 918207 - Support per-tab memory profiling. r=billm,mccr8,till,smaug,nfroyd.
--HG--
extra : rebase_source : 7603eaedbd761c6b231b1b911f719388864755e6
2013-10-22 14:53:26 -07:00
Nathan Froyd
2041bb5c1a Bug 924638 - use Services.jsm more in about:memory; r=njn 2013-10-08 16:28:21 -04:00
Gregory Szorc
e6acf6270f Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Ed Morley
53a451894a Backed out changeset 68b6b152f51a (bug 920223) 2013-09-30 12:50:09 +01:00
Gregory Szorc
0b4364c6f3 Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Nicholas Nethercote
dc5c29f71c Bug 913260 (part 4) - Use distinguished amounts for all the memory measurements done by telemetry. r=mccr8.
CLOSED TREE
2013-09-19 15:52:30 -07:00
Nicholas Nethercote
952691a40d Bug 913260 (part 3) - Formalize the concept of "distinguished amounts" in the memory reporter manager. r=mccr8. 2013-09-19 15:52:28 -07:00
Phil Ringnalda
12216d4f00 Backed out 3 changesets (bug 913260)
CLOSED TREE

Backed out changeset 9195be8a50cb (bug 913260)
Backed out changeset 09c71a3e7b85 (bug 913260)
Backed out changeset 8a8691a26012 (bug 913260)
2013-09-24 20:31:00 -07:00
Nicholas Nethercote
a51a1d18a4 Bug 913260 (part 4) - Use distinguished amounts for all the memory measurements done by telemetry. r=mccr8.
--HG--
extra : rebase_source : 0e9db51b137770ba7db15a99a4ec1e87071d2f47
2013-09-19 15:52:30 -07:00
Nicholas Nethercote
426445c26e Bug 913260 (part 3) - Formalize the concept of "distinguished amounts" in the memory reporter manager. r=mccr8.
--HG--
extra : rebase_source : cc6f50d85f384ed665d44b2e8850618fd8a56fa5
2013-09-19 15:52:28 -07:00
Nicholas Nethercote
f159378d0d Bug 917646 - Unbreak reading of old memory report files. r=khuey. 2013-09-17 21:55:12 -07:00
Nicholas Nethercote
c7fc038866 Bug 904321 - Add a test for memory reporters in remote processes. r=billm.
--HG--
extra : rebase_source : bc8ab4762c373f7368192e98c9ee8f8b8712940f
2013-09-17 13:13:38 -07:00
Nicholas Nethercote
939e8198d3 Bug 917489 - Fix an observer leak in about:memory. r=mccr8. 2013-09-17 13:13:25 -07:00
Nicholas Nethercote
2900cc6657 Bug 912165 - Remove the Linux-only smaps memory reporters. r=mccr8.
--HG--
extra : rebase_source : 4847c299f87a1a85944b169a808ee2c573ebf8b5
2013-09-03 21:09:15 -07:00
Nicholas Nethercote
53f2057a6b Bug 911641 (part 2) - Prefix some reporters with "redundant/", and make about:memory ignore them. r=johns.
--HG--
extra : rebase_source : 9ed48217ecb8af66256ddbdb70ad9f6b5d049582
2013-09-03 20:06:36 -07:00
Nicholas Nethercote
fbf85946b7 Bug 911641 (part 1) - Remove about:compartments, and show the compartment and ghost window lists into about:memory. r=johns.
--HG--
extra : rebase_source : c1ef005e272048e2eb84b20bafff15bcb5aae511
2013-09-03 20:05:17 -07:00
Nicholas Nethercote
7983bb2a7f Bug 910517 (3rd attempt) - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 2b2a1b2667d6562fcf803ec48b4a8c10fdd519a3
2013-08-27 16:24:51 -07:00
Phil Ringnalda
26ceee4fb5 Back out 4537337759b7 (bug 910517) because nobody expects the talos inquisition
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryMultiReporterWrapper.h
2013-09-04 22:42:06 -07:00
Nicholas Nethercote
1f32372424 Bug 910517 - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 9142be547b2eeef37a8073a710ce23070f98cf65
2013-08-27 16:24:51 -07:00
Mike Hommey
f8bc7fa754 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Justin Lebar
dffe436bf4 Bug 893222 - Part 4: Tests. r=njn 2013-08-05 16:33:00 -07:00
Christian Holler
02dad2cff6 Bug 899504 - Disable about:memory vsize test under ASan. r=ted
--HG--
extra : rebase_source : be8f7dad036016dac89f4d3b78f7ff1e3c79d0a9
2013-07-30 16:01:46 +02:00
Justin Lebar
81025e5ec7 Bug 898558 - Rework the jemalloc heap memory reporters. r=njn
Now we have the following hierarchy

  explicit/
    heap-overhead/
      bookkeeping
      waste
      page-cache (previosuly known as dirty)

In addition, heap-committed-unused-ratio is now known as heap-overhead-ratio.

--HG--
extra : rebase_source : 8d2ca75904dfb3c0dfd1ba9a132f828436b734c6
2013-07-29 09:10:53 -07:00
Nicholas Nethercote
ad22171232 Bug 857382 (part 3) - Add ability to diff two files to about:memory. r=kats.
--HG--
extra : rebase_source : d5cfd7a690b1de7ce0b18ef45fbb03fc6cb9fc23
2013-04-21 15:36:07 -07:00
Nicholas Nethercote
4317cc9ffe Bug 857382 (part 1) - Correctly handle memory report files that have no measurements in the "explicit" or "other" sections. r=kats.
--HG--
extra : rebase_source : 2fa86e1a5b0729f2deee3f1f15989685fb2e5d77
2013-04-21 13:48:01 -07:00
Nicholas Nethercote
8a1e812f14 Bug 856917 (part 2) - Add a test for "?file=" loading in about:memory. r=jlebar. 2013-04-07 21:37:19 -07:00
Nicholas Nethercote
5ec3b10ee6 Bug 856917 (part 1) - Improve about:memory's functional UI. r=kats. 2013-04-07 21:37:19 -07:00
Nicholas Nethercote
1c97315e22 Bug 859657 (part 2) - Remove nsIMemoryMultiReporter.explicitNonHeap because it's more trouble than it's worth; also remove the "explicit" single reporter. r=jlebar.
--HG--
extra : rebase_source : a146536a3dd0043082bcb1c26d980c4c6d4c0730
2013-04-11 20:52:32 -07:00
Nicholas Nethercote
05d64c5967 Bug 848560 (part 3) - Add support to about:memory for writing memory report dumps and reading gzipped memory report dumps. code=nnethercote,maierman. r=jlebar.
--HG--
extra : rebase_source : b93b45d1f4c22a388eedff890c19dc1952c576de
2013-03-27 20:31:26 -07:00
Nicholas Nethercote
9f600a37f0 Bug 848560 (part 2) - Prevent memory reporters from being registered while about:memory's tests are running. r=jlebar.
--HG--
extra : rebase_source : 3187fef1c6910b637788499de47bef6718018c0a
2013-04-01 21:39:44 -07:00
Drew Willcoxon
a0bbe1ad3e Bug 723163 - Improve about:crashes copy & paste by improving XHTML text/plain encoding. r=hsivonen,njn 2013-04-03 11:39:06 -07:00
Kyle Machulis
72a717a860 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
43628a7867 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Nicholas Nethercote
3961c78096 Bug 831588 - Don't measure decommitted GC arenas in the "explicit" tree. r=terrence,jlebar.
--HG--
extra : rebase_source : a35d978b8884e25169cca8ffc93f96e532e82320
2013-03-26 15:07:33 -07:00
Steve Fink
60c2fee559 Bug 835552 - Make load() be script-relative and read()/snarf() be cwd-relative.. r=njn
--HG--
extra : rebase_source : 2ed11de42cdb9f5298cad2fc4e43974f1a11fb42
2013-03-11 15:36:16 -07:00
Gregory Szorc
7d09ff18e0 Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium 2013-03-17 18:01:25 -07:00
Bill McCloskey
c7ddf51a4f Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley) 2013-03-16 20:36:37 -07:00
Phil Ringnalda
dd94545031 Back out c9f5d3ebba39 (bug 835552) for Windows build bustage
CLOSED TREE
2013-03-09 08:15:42 -08:00
Steve Fink
6d21fc6e27 Bug 835552 - Make load() be script-relative and read()/snarf() be cwd-relative. r=njn 2013-01-28 13:22:02 -08:00
Nicholas Nethercote
99c2eb4c0f Bug 845609 (part 2) - Add a diff mode to about:memory. r=jlebar.
--HG--
extra : rebase_source : 2819dd753dd7804c40ca20ac5fcee14e822307a0
2013-02-28 18:22:25 -08:00
Nicholas Nethercote
7d1ba72873 Bug 845609 (part 1) - Add a script to diff JSON memory report dumps. r=kats.
--HG--
extra : rebase_source : 2c549d1f9f495811e0d0ecad9210145747a0725d
2013-02-28 18:22:15 -08:00
Ms2ger
aea301eee3 Merge m-c to b-s. 2013-02-26 19:09:25 +01:00
Gregory Szorc
2f9c3f619e Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted 2013-02-25 13:19:09 -08:00
Jared Wein
d86a19e285 Bug 842913 - Rename winstripe->windows, pinstripe->osx, gnomestripe->linux. r=bmcbride,mattn,bz sr=mossop
--HG--
rename : browser/themes/gnomestripe/Geolocation-16.png => browser/themes/linux/Geolocation-16.png
rename : browser/themes/gnomestripe/Geolocation-64.png => browser/themes/linux/Geolocation-64.png
rename : browser/themes/gnomestripe/Go-arrow.png => browser/themes/linux/Go-arrow.png
rename : browser/themes/gnomestripe/Info.png => browser/themes/linux/Info.png
rename : browser/themes/gnomestripe/Makefile.in => browser/themes/linux/Makefile.in
rename : browser/themes/gnomestripe/Privacy-16.png => browser/themes/linux/Privacy-16.png
rename : browser/themes/gnomestripe/Privacy-32.png => browser/themes/linux/Privacy-32.png
rename : browser/themes/gnomestripe/Privacy-48.png => browser/themes/linux/Privacy-48.png
rename : browser/themes/gnomestripe/Privacy-64.png => browser/themes/linux/Privacy-64.png
rename : browser/themes/gnomestripe/Secure.png => browser/themes/linux/Secure.png
rename : browser/themes/gnomestripe/Security-broken.png => browser/themes/linux/Security-broken.png
rename : browser/themes/gnomestripe/Toolbar-small.png => browser/themes/linux/Toolbar-small.png
rename : browser/themes/gnomestripe/Toolbar.png => browser/themes/linux/Toolbar.png
rename : browser/themes/gnomestripe/aboutCertError.css => browser/themes/linux/aboutCertError.css
rename : browser/themes/gnomestripe/aboutCertError_sectionCollapsed-rtl.png => browser/themes/linux/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/gnomestripe/aboutCertError_sectionCollapsed.png => browser/themes/linux/aboutCertError_sectionCollapsed.png
rename : browser/themes/gnomestripe/aboutCertError_sectionExpanded.png => browser/themes/linux/aboutCertError_sectionExpanded.png
rename : browser/themes/gnomestripe/aboutPrivateBrowsing.css => browser/themes/linux/aboutPrivateBrowsing.css
rename : browser/themes/gnomestripe/aboutSessionRestore-window-icon.png => browser/themes/linux/aboutSessionRestore-window-icon.png
rename : browser/themes/gnomestripe/aboutSessionRestore.css => browser/themes/linux/aboutSessionRestore.css
rename : browser/themes/gnomestripe/aboutSocialError.css => browser/themes/linux/aboutSocialError.css
rename : browser/themes/gnomestripe/aboutSyncTabs.css => browser/themes/linux/aboutSyncTabs.css
rename : browser/themes/gnomestripe/actionicon-tab.png => browser/themes/linux/actionicon-tab.png
rename : browser/themes/gnomestripe/browser.css => browser/themes/linux/browser.css
rename : browser/themes/gnomestripe/click-to-play-warning-stripes.png => browser/themes/linux/click-to-play-warning-stripes.png
rename : browser/themes/gnomestripe/communicator/Makefile.in => browser/themes/linux/communicator/Makefile.in
rename : browser/themes/gnomestripe/communicator/communicator.css => browser/themes/linux/communicator/communicator.css
rename : browser/themes/gnomestripe/communicator/jar.mn => browser/themes/linux/communicator/jar.mn
rename : browser/themes/gnomestripe/devtools/alerticon-warning.png => browser/themes/linux/devtools/alerticon-warning.png
rename : browser/themes/gnomestripe/devtools/arrows.png => browser/themes/linux/devtools/arrows.png
rename : browser/themes/gnomestripe/devtools/background-noise-toolbar.png => browser/themes/linux/devtools/background-noise-toolbar.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs-scrollbutton.png => browser/themes/linux/devtools/breadcrumbs-scrollbutton.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-end-pressed.png => browser/themes/linux/devtools/breadcrumbs/ltr-end-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-end-selected-pressed.png => browser/themes/linux/devtools/breadcrumbs/ltr-end-selected-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-end-selected.png => browser/themes/linux/devtools/breadcrumbs/ltr-end-selected.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-end.png => browser/themes/linux/devtools/breadcrumbs/ltr-end.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-middle-pressed.png => browser/themes/linux/devtools/breadcrumbs/ltr-middle-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-middle-selected-pressed.png => browser/themes/linux/devtools/breadcrumbs/ltr-middle-selected-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-middle-selected.png => browser/themes/linux/devtools/breadcrumbs/ltr-middle-selected.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-middle.png => browser/themes/linux/devtools/breadcrumbs/ltr-middle.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-start-pressed.png => browser/themes/linux/devtools/breadcrumbs/ltr-start-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-start-selected-pressed.png => browser/themes/linux/devtools/breadcrumbs/ltr-start-selected-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-start-selected.png => browser/themes/linux/devtools/breadcrumbs/ltr-start-selected.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/ltr-start.png => browser/themes/linux/devtools/breadcrumbs/ltr-start.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-end-pressed.png => browser/themes/linux/devtools/breadcrumbs/rtl-end-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-end-selected-pressed.png => browser/themes/linux/devtools/breadcrumbs/rtl-end-selected-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-end-selected.png => browser/themes/linux/devtools/breadcrumbs/rtl-end-selected.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-end.png => browser/themes/linux/devtools/breadcrumbs/rtl-end.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-middle-pressed.png => browser/themes/linux/devtools/breadcrumbs/rtl-middle-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-middle-selected-pressed.png => browser/themes/linux/devtools/breadcrumbs/rtl-middle-selected-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-middle-selected.png => browser/themes/linux/devtools/breadcrumbs/rtl-middle-selected.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-middle.png => browser/themes/linux/devtools/breadcrumbs/rtl-middle.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-start-pressed.png => browser/themes/linux/devtools/breadcrumbs/rtl-start-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-start-selected-pressed.png => browser/themes/linux/devtools/breadcrumbs/rtl-start-selected-pressed.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-start-selected.png => browser/themes/linux/devtools/breadcrumbs/rtl-start-selected.png
rename : browser/themes/gnomestripe/devtools/breadcrumbs/rtl-start.png => browser/themes/linux/devtools/breadcrumbs/rtl-start.png
rename : browser/themes/gnomestripe/devtools/close.png => browser/themes/linux/devtools/close.png
rename : browser/themes/gnomestripe/devtools/command-responsivemode.png => browser/themes/linux/devtools/command-responsivemode.png
rename : browser/themes/gnomestripe/devtools/command-scratchpad.png => browser/themes/linux/devtools/command-scratchpad.png
rename : browser/themes/gnomestripe/devtools/command-tilt.png => browser/themes/linux/devtools/command-tilt.png
rename : browser/themes/gnomestripe/devtools/commandline.css => browser/themes/linux/devtools/commandline.css
rename : browser/themes/gnomestripe/devtools/commandline.png => browser/themes/linux/devtools/commandline.png
rename : browser/themes/gnomestripe/devtools/common.css => browser/themes/linux/devtools/common.css
rename : browser/themes/gnomestripe/devtools/csshtmltree.css => browser/themes/linux/devtools/csshtmltree.css
rename : browser/themes/gnomestripe/devtools/debugger-collapse.png => browser/themes/linux/devtools/debugger-collapse.png
rename : browser/themes/gnomestripe/devtools/debugger-expand.png => browser/themes/linux/devtools/debugger-expand.png
rename : browser/themes/gnomestripe/devtools/debugger-pause.png => browser/themes/linux/devtools/debugger-pause.png
rename : browser/themes/gnomestripe/devtools/debugger-play.png => browser/themes/linux/devtools/debugger-play.png
rename : browser/themes/gnomestripe/devtools/debugger-step-in.png => browser/themes/linux/devtools/debugger-step-in.png
rename : browser/themes/gnomestripe/devtools/debugger-step-out.png => browser/themes/linux/devtools/debugger-step-out.png
rename : browser/themes/gnomestripe/devtools/debugger-step-over.png => browser/themes/linux/devtools/debugger-step-over.png
rename : browser/themes/gnomestripe/devtools/debugger.css => browser/themes/linux/devtools/debugger.css
rename : browser/themes/gnomestripe/devtools/dock-bottom.png => browser/themes/linux/devtools/dock-bottom.png
rename : browser/themes/gnomestripe/devtools/dock-side.png => browser/themes/linux/devtools/dock-side.png
rename : browser/themes/gnomestripe/devtools/dropmarker.png => browser/themes/linux/devtools/dropmarker.png
rename : browser/themes/gnomestripe/devtools/floating-scrollbars.css => browser/themes/linux/devtools/floating-scrollbars.css
rename : browser/themes/gnomestripe/devtools/goto-mdn.png => browser/themes/linux/devtools/goto-mdn.png
rename : browser/themes/gnomestripe/devtools/inspect-button.png => browser/themes/linux/devtools/inspect-button.png
rename : browser/themes/gnomestripe/devtools/inspector.css => browser/themes/linux/devtools/inspector.css
rename : browser/themes/gnomestripe/devtools/itemArrow-ltr.png => browser/themes/linux/devtools/itemArrow-ltr.png
rename : browser/themes/gnomestripe/devtools/itemArrow-rtl.png => browser/themes/linux/devtools/itemArrow-rtl.png
rename : browser/themes/gnomestripe/devtools/itemToggle.png => browser/themes/linux/devtools/itemToggle.png
rename : browser/themes/gnomestripe/devtools/layout-background-grid.png => browser/themes/linux/devtools/layout-background-grid.png
rename : browser/themes/gnomestripe/devtools/layoutview.css => browser/themes/linux/devtools/layoutview.css
rename : browser/themes/gnomestripe/devtools/magnifying-glass.png => browser/themes/linux/devtools/magnifying-glass.png
rename : browser/themes/gnomestripe/devtools/markup-view.css => browser/themes/linux/devtools/markup-view.css
rename : browser/themes/gnomestripe/devtools/option-icon.png => browser/themes/linux/devtools/option-icon.png
rename : browser/themes/gnomestripe/devtools/orion-breakpoint.png => browser/themes/linux/devtools/orion-breakpoint.png
rename : browser/themes/gnomestripe/devtools/orion-container.css => browser/themes/linux/devtools/orion-container.css
rename : browser/themes/gnomestripe/devtools/orion-debug-location.png => browser/themes/linux/devtools/orion-debug-location.png
rename : browser/themes/gnomestripe/devtools/orion-task.png => browser/themes/linux/devtools/orion-task.png
rename : browser/themes/gnomestripe/devtools/orion.css => browser/themes/linux/devtools/orion.css
rename : browser/themes/gnomestripe/devtools/responsive-background.png => browser/themes/linux/devtools/responsive-background.png
rename : browser/themes/gnomestripe/devtools/responsive-se-resizer.png => browser/themes/linux/devtools/responsive-se-resizer.png
rename : browser/themes/gnomestripe/devtools/responsive-vertical-resizer.png => browser/themes/linux/devtools/responsive-vertical-resizer.png
rename : browser/themes/gnomestripe/devtools/splitview.css => browser/themes/linux/devtools/splitview.css
rename : browser/themes/gnomestripe/devtools/styleeditor.css => browser/themes/linux/devtools/styleeditor.css
rename : browser/themes/gnomestripe/devtools/tool-debugger.png => browser/themes/linux/devtools/tool-debugger.png
rename : browser/themes/gnomestripe/devtools/tool-inspector.png => browser/themes/linux/devtools/tool-inspector.png
rename : browser/themes/gnomestripe/devtools/tool-profiler.png => browser/themes/linux/devtools/tool-profiler.png
rename : browser/themes/gnomestripe/devtools/tool-styleeditor.png => browser/themes/linux/devtools/tool-styleeditor.png
rename : browser/themes/gnomestripe/devtools/tool-webconsole.png => browser/themes/linux/devtools/tool-webconsole.png
rename : browser/themes/gnomestripe/devtools/toolbox.css => browser/themes/linux/devtools/toolbox.css
rename : browser/themes/gnomestripe/devtools/tools-icons-small.png => browser/themes/linux/devtools/tools-icons-small.png
rename : browser/themes/gnomestripe/devtools/undock.png => browser/themes/linux/devtools/undock.png
rename : browser/themes/gnomestripe/devtools/webconsole.css => browser/themes/linux/devtools/webconsole.css
rename : browser/themes/gnomestripe/devtools/webconsole.png => browser/themes/linux/devtools/webconsole.png
rename : browser/themes/gnomestripe/devtools/webconsole_networkpanel.css => browser/themes/linux/devtools/webconsole_networkpanel.css
rename : browser/themes/gnomestripe/downloads/allDownloadsViewOverlay.css => browser/themes/linux/downloads/allDownloadsViewOverlay.css
rename : browser/themes/gnomestripe/downloads/buttons.png => browser/themes/linux/downloads/buttons.png
rename : browser/themes/gnomestripe/downloads/contentAreaDownloadsView.css => browser/themes/linux/downloads/contentAreaDownloadsView.css
rename : browser/themes/gnomestripe/downloads/download-glow-small.png => browser/themes/linux/downloads/download-glow-small.png
rename : browser/themes/gnomestripe/downloads/download-glow.png => browser/themes/linux/downloads/download-glow.png
rename : browser/themes/gnomestripe/downloads/download-notification-finish.png => browser/themes/linux/downloads/download-notification-finish.png
rename : browser/themes/gnomestripe/downloads/download-notification-start.png => browser/themes/linux/downloads/download-notification-start.png
rename : browser/themes/gnomestripe/downloads/download-summary.png => browser/themes/linux/downloads/download-summary.png
rename : browser/themes/gnomestripe/downloads/downloads.css => browser/themes/linux/downloads/downloads.css
rename : browser/themes/gnomestripe/engineManager.css => browser/themes/linux/engineManager.css
rename : browser/themes/gnomestripe/feeds/feedIcon.png => browser/themes/linux/feeds/feedIcon.png
rename : browser/themes/gnomestripe/feeds/feedIcon16.png => browser/themes/linux/feeds/feedIcon16.png
rename : browser/themes/gnomestripe/feeds/subscribe-ui.css => browser/themes/linux/feeds/subscribe-ui.css
rename : browser/themes/gnomestripe/feeds/subscribe.css => browser/themes/linux/feeds/subscribe.css
rename : browser/themes/gnomestripe/icon.png => browser/themes/linux/icon.png
rename : browser/themes/gnomestripe/identity-icons-generic.png => browser/themes/linux/identity-icons-generic.png
rename : browser/themes/gnomestripe/identity-icons-https-ev.png => browser/themes/linux/identity-icons-https-ev.png
rename : browser/themes/gnomestripe/identity-icons-https-mixed-active.png => browser/themes/linux/identity-icons-https-mixed-active.png
rename : browser/themes/gnomestripe/identity-icons-https.png => browser/themes/linux/identity-icons-https.png
rename : browser/themes/gnomestripe/identity.png => browser/themes/linux/identity.png
rename : browser/themes/gnomestripe/jar.mn => browser/themes/linux/jar.mn
rename : browser/themes/gnomestripe/mixed-content-blocked-16.png => browser/themes/linux/mixed-content-blocked-16.png
rename : browser/themes/gnomestripe/mixed-content-blocked-64.png => browser/themes/linux/mixed-content-blocked-64.png
rename : browser/themes/gnomestripe/monitor.png => browser/themes/linux/monitor.png
rename : browser/themes/gnomestripe/monitor_16-10.png => browser/themes/linux/monitor_16-10.png
rename : browser/themes/gnomestripe/newtab/controls.png => browser/themes/linux/newtab/controls.png
rename : browser/themes/gnomestripe/newtab/newTab.css => browser/themes/linux/newtab/newTab.css
rename : browser/themes/gnomestripe/newtab/noise.png => browser/themes/linux/newtab/noise.png
rename : browser/themes/gnomestripe/page-livemarks.png => browser/themes/linux/page-livemarks.png
rename : browser/themes/gnomestripe/pageInfo.css => browser/themes/linux/pageInfo.css
rename : browser/themes/gnomestripe/pageInfo.png => browser/themes/linux/pageInfo.png
rename : browser/themes/gnomestripe/places/bookmarksMenu.png => browser/themes/linux/places/bookmarksMenu.png
rename : browser/themes/gnomestripe/places/bookmarksToolbar.png => browser/themes/linux/places/bookmarksToolbar.png
rename : browser/themes/gnomestripe/places/calendar.png => browser/themes/linux/places/calendar.png
rename : browser/themes/gnomestripe/places/downloads.png => browser/themes/linux/places/downloads.png
rename : browser/themes/gnomestripe/places/editBookmarkOverlay.css => browser/themes/linux/places/editBookmarkOverlay.css
rename : browser/themes/gnomestripe/places/livemark-item.png => browser/themes/linux/places/livemark-item.png
rename : browser/themes/gnomestripe/places/organizer.css => browser/themes/linux/places/organizer.css
rename : browser/themes/gnomestripe/places/organizer.xml => browser/themes/linux/places/organizer.xml
rename : browser/themes/gnomestripe/places/pageStarred.png => browser/themes/linux/places/pageStarred.png
rename : browser/themes/gnomestripe/places/places.css => browser/themes/linux/places/places.css
rename : browser/themes/gnomestripe/places/query.png => browser/themes/linux/places/query.png
rename : browser/themes/gnomestripe/places/starPage.png => browser/themes/linux/places/starPage.png
rename : browser/themes/gnomestripe/places/starred48.png => browser/themes/linux/places/starred48.png
rename : browser/themes/gnomestripe/places/tag.png => browser/themes/linux/places/tag.png
rename : browser/themes/gnomestripe/places/toolbarDropMarker.png => browser/themes/linux/places/toolbarDropMarker.png
rename : browser/themes/gnomestripe/places/unsortedBookmarks.png => browser/themes/linux/places/unsortedBookmarks.png
rename : browser/themes/gnomestripe/places/unstarred48.png => browser/themes/linux/places/unstarred48.png
rename : browser/themes/gnomestripe/preferences/Options-sync.png => browser/themes/linux/preferences/Options-sync.png
rename : browser/themes/gnomestripe/preferences/Options.png => browser/themes/linux/preferences/Options.png
rename : browser/themes/gnomestripe/preferences/aboutPermissions.css => browser/themes/linux/preferences/aboutPermissions.css
rename : browser/themes/gnomestripe/preferences/alwaysAsk.png => browser/themes/linux/preferences/alwaysAsk.png
rename : browser/themes/gnomestripe/preferences/applications.css => browser/themes/linux/preferences/applications.css
rename : browser/themes/gnomestripe/preferences/in-content/preferences.css => browser/themes/linux/preferences/in-content/preferences.css
rename : browser/themes/gnomestripe/preferences/mail.png => browser/themes/linux/preferences/mail.png
rename : browser/themes/gnomestripe/preferences/preferences.css => browser/themes/linux/preferences/preferences.css
rename : browser/themes/gnomestripe/privatebrowsing-mask.png => browser/themes/linux/privatebrowsing-mask.png
rename : browser/themes/gnomestripe/sanitizeDialog.css => browser/themes/linux/sanitizeDialog.css
rename : browser/themes/gnomestripe/searchbar.css => browser/themes/linux/searchbar.css
rename : browser/themes/gnomestripe/setDesktopBackground.css => browser/themes/linux/setDesktopBackground.css
rename : browser/themes/gnomestripe/slowStartup-16.png => browser/themes/linux/slowStartup-16.png
rename : browser/themes/gnomestripe/social/chat-close.png => browser/themes/linux/social/chat-close.png
rename : browser/themes/gnomestripe/social/social.png => browser/themes/linux/social/social.png
rename : browser/themes/gnomestripe/sync-128.png => browser/themes/linux/sync-128.png
rename : browser/themes/gnomestripe/sync-16-throbber.png => browser/themes/linux/sync-16-throbber.png
rename : browser/themes/gnomestripe/sync-16.png => browser/themes/linux/sync-16.png
rename : browser/themes/gnomestripe/sync-24-throbber.png => browser/themes/linux/sync-24-throbber.png
rename : browser/themes/gnomestripe/sync-32.png => browser/themes/linux/sync-32.png
rename : browser/themes/gnomestripe/sync-bg.png => browser/themes/linux/sync-bg.png
rename : browser/themes/gnomestripe/sync-desktopIcon.png => browser/themes/linux/sync-desktopIcon.png
rename : browser/themes/gnomestripe/sync-mobileIcon.png => browser/themes/linux/sync-mobileIcon.png
rename : browser/themes/gnomestripe/sync-notification-24.png => browser/themes/linux/sync-notification-24.png
rename : browser/themes/gnomestripe/syncCommon.css => browser/themes/linux/syncCommon.css
rename : browser/themes/gnomestripe/syncProgress.css => browser/themes/linux/syncProgress.css
rename : browser/themes/gnomestripe/syncQuota.css => browser/themes/linux/syncQuota.css
rename : browser/themes/gnomestripe/syncSetup.css => browser/themes/linux/syncSetup.css
rename : browser/themes/gnomestripe/tabbrowser/connecting.png => browser/themes/linux/tabbrowser/connecting.png
rename : browser/themes/gnomestripe/tabbrowser/loading.png => browser/themes/linux/tabbrowser/loading.png
rename : browser/themes/gnomestripe/tabbrowser/tab-overflow-border.png => browser/themes/linux/tabbrowser/tab-overflow-border.png
rename : browser/themes/gnomestripe/tabbrowser/tab.png => browser/themes/linux/tabbrowser/tab.png
rename : browser/themes/gnomestripe/tabbrowser/tabDragIndicator.png => browser/themes/linux/tabbrowser/tabDragIndicator.png
rename : browser/themes/gnomestripe/tabview/edit-light.png => browser/themes/linux/tabview/edit-light.png
rename : browser/themes/gnomestripe/tabview/search.png => browser/themes/linux/tabview/search.png
rename : browser/themes/gnomestripe/tabview/stack-expander.png => browser/themes/linux/tabview/stack-expander.png
rename : browser/themes/gnomestripe/tabview/tabview.css => browser/themes/linux/tabview/tabview.css
rename : browser/themes/gnomestripe/tabview/tabview.png => browser/themes/linux/tabview/tabview.png
rename : browser/themes/gnomestripe/urlbar-arrow.png => browser/themes/linux/urlbar-arrow.png
rename : browser/themes/gnomestripe/webRTC-shareDevice-16.png => browser/themes/linux/webRTC-shareDevice-16.png
rename : browser/themes/gnomestripe/webRTC-shareDevice-64.png => browser/themes/linux/webRTC-shareDevice-64.png
rename : browser/themes/gnomestripe/webRTC-sharingDevice-16.png => browser/themes/linux/webRTC-sharingDevice-16.png
rename : browser/themes/gnomestripe/webapps-16.png => browser/themes/linux/webapps-16.png
rename : browser/themes/gnomestripe/webapps-64.png => browser/themes/linux/webapps-64.png
rename : browser/themes/pinstripe/Geolocation-16.png => browser/themes/osx/Geolocation-16.png
rename : browser/themes/pinstripe/Geolocation-16@2x.png => browser/themes/osx/Geolocation-16@2x.png
rename : browser/themes/pinstripe/Geolocation-64.png => browser/themes/osx/Geolocation-64.png
rename : browser/themes/pinstripe/Geolocation-64@2x.png => browser/themes/osx/Geolocation-64@2x.png
rename : browser/themes/pinstripe/Info.png => browser/themes/osx/Info.png
rename : browser/themes/pinstripe/KUI-background.png => browser/themes/osx/KUI-background.png
rename : browser/themes/pinstripe/Makefile.in => browser/themes/osx/Makefile.in
rename : browser/themes/pinstripe/Privacy-16.png => browser/themes/osx/Privacy-16.png
rename : browser/themes/pinstripe/Privacy-32.png => browser/themes/osx/Privacy-32.png
rename : browser/themes/pinstripe/Privacy-48.png => browser/themes/osx/Privacy-48.png
rename : browser/themes/pinstripe/Privacy-64.png => browser/themes/osx/Privacy-64.png
rename : browser/themes/pinstripe/Search.png => browser/themes/osx/Search.png
rename : browser/themes/pinstripe/Search@2x.png => browser/themes/osx/Search@2x.png
rename : browser/themes/pinstripe/Secure-Glyph.png => browser/themes/osx/Secure-Glyph.png
rename : browser/themes/pinstripe/Secure-Glyph@2x.png => browser/themes/osx/Secure-Glyph@2x.png
rename : browser/themes/pinstripe/Toolbar-lion.png => browser/themes/osx/Toolbar-lion.png
rename : browser/themes/pinstripe/Toolbar-lion@2x.png => browser/themes/osx/Toolbar-lion@2x.png
rename : browser/themes/pinstripe/Toolbar.png => browser/themes/osx/Toolbar.png
rename : browser/themes/pinstripe/aboutCertError.css => browser/themes/osx/aboutCertError.css
rename : browser/themes/pinstripe/aboutCertError_sectionCollapsed-rtl.png => browser/themes/osx/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/pinstripe/aboutCertError_sectionCollapsed.png => browser/themes/osx/aboutCertError_sectionCollapsed.png
rename : browser/themes/pinstripe/aboutCertError_sectionExpanded.png => browser/themes/osx/aboutCertError_sectionExpanded.png
rename : browser/themes/pinstripe/aboutPrivateBrowsing.css => browser/themes/osx/aboutPrivateBrowsing.css
rename : browser/themes/pinstripe/aboutSessionRestore-window-icon.png => browser/themes/osx/aboutSessionRestore-window-icon.png
rename : browser/themes/pinstripe/aboutSessionRestore.css => browser/themes/osx/aboutSessionRestore.css
rename : browser/themes/pinstripe/aboutSocialError.css => browser/themes/osx/aboutSocialError.css
rename : browser/themes/pinstripe/aboutSyncTabs.css => browser/themes/osx/aboutSyncTabs.css
rename : browser/themes/pinstripe/actionicon-tab.png => browser/themes/osx/actionicon-tab.png
rename : browser/themes/pinstripe/actionicon-tab@2x.png => browser/themes/osx/actionicon-tab@2x.png
rename : browser/themes/pinstripe/browser.css => browser/themes/osx/browser.css
rename : browser/themes/pinstripe/click-to-play-warning-stripes.png => browser/themes/osx/click-to-play-warning-stripes.png
rename : browser/themes/pinstripe/communicator/Makefile.in => browser/themes/osx/communicator/Makefile.in
rename : browser/themes/pinstripe/communicator/communicator.css => browser/themes/osx/communicator/communicator.css
rename : browser/themes/pinstripe/communicator/jar.mn => browser/themes/osx/communicator/jar.mn
rename : browser/themes/pinstripe/devtools/alerticon-warning.png => browser/themes/osx/devtools/alerticon-warning.png
rename : browser/themes/pinstripe/devtools/arrows.png => browser/themes/osx/devtools/arrows.png
rename : browser/themes/pinstripe/devtools/background-noise-toolbar.png => browser/themes/osx/devtools/background-noise-toolbar.png
rename : browser/themes/pinstripe/devtools/breadcrumbs-scrollbutton.png => browser/themes/osx/devtools/breadcrumbs-scrollbutton.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-end-pressed.png => browser/themes/osx/devtools/breadcrumbs/ltr-end-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-end-selected-pressed.png => browser/themes/osx/devtools/breadcrumbs/ltr-end-selected-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-end-selected.png => browser/themes/osx/devtools/breadcrumbs/ltr-end-selected.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-end.png => browser/themes/osx/devtools/breadcrumbs/ltr-end.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-middle-pressed.png => browser/themes/osx/devtools/breadcrumbs/ltr-middle-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-middle-selected-pressed.png => browser/themes/osx/devtools/breadcrumbs/ltr-middle-selected-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-middle-selected.png => browser/themes/osx/devtools/breadcrumbs/ltr-middle-selected.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-middle.png => browser/themes/osx/devtools/breadcrumbs/ltr-middle.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-start-pressed.png => browser/themes/osx/devtools/breadcrumbs/ltr-start-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-start-selected-pressed.png => browser/themes/osx/devtools/breadcrumbs/ltr-start-selected-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-start-selected.png => browser/themes/osx/devtools/breadcrumbs/ltr-start-selected.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/ltr-start.png => browser/themes/osx/devtools/breadcrumbs/ltr-start.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-end-pressed.png => browser/themes/osx/devtools/breadcrumbs/rtl-end-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-end-selected-pressed.png => browser/themes/osx/devtools/breadcrumbs/rtl-end-selected-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-end-selected.png => browser/themes/osx/devtools/breadcrumbs/rtl-end-selected.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-end.png => browser/themes/osx/devtools/breadcrumbs/rtl-end.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-middle-pressed.png => browser/themes/osx/devtools/breadcrumbs/rtl-middle-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-middle-selected-pressed.png => browser/themes/osx/devtools/breadcrumbs/rtl-middle-selected-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-middle-selected.png => browser/themes/osx/devtools/breadcrumbs/rtl-middle-selected.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-middle.png => browser/themes/osx/devtools/breadcrumbs/rtl-middle.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-start-pressed.png => browser/themes/osx/devtools/breadcrumbs/rtl-start-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-start-selected-pressed.png => browser/themes/osx/devtools/breadcrumbs/rtl-start-selected-pressed.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-start-selected.png => browser/themes/osx/devtools/breadcrumbs/rtl-start-selected.png
rename : browser/themes/pinstripe/devtools/breadcrumbs/rtl-start.png => browser/themes/osx/devtools/breadcrumbs/rtl-start.png
rename : browser/themes/pinstripe/devtools/close.png => browser/themes/osx/devtools/close.png
rename : browser/themes/pinstripe/devtools/command-responsivemode.png => browser/themes/osx/devtools/command-responsivemode.png
rename : browser/themes/pinstripe/devtools/command-scratchpad.png => browser/themes/osx/devtools/command-scratchpad.png
rename : browser/themes/pinstripe/devtools/command-tilt.png => browser/themes/osx/devtools/command-tilt.png
rename : browser/themes/pinstripe/devtools/commandline.css => browser/themes/osx/devtools/commandline.css
rename : browser/themes/pinstripe/devtools/commandline.png => browser/themes/osx/devtools/commandline.png
rename : browser/themes/pinstripe/devtools/common.css => browser/themes/osx/devtools/common.css
rename : browser/themes/pinstripe/devtools/csshtmltree.css => browser/themes/osx/devtools/csshtmltree.css
rename : browser/themes/pinstripe/devtools/debugger-collapse.png => browser/themes/osx/devtools/debugger-collapse.png
rename : browser/themes/pinstripe/devtools/debugger-expand.png => browser/themes/osx/devtools/debugger-expand.png
rename : browser/themes/pinstripe/devtools/debugger-pause.png => browser/themes/osx/devtools/debugger-pause.png
rename : browser/themes/pinstripe/devtools/debugger-play.png => browser/themes/osx/devtools/debugger-play.png
rename : browser/themes/pinstripe/devtools/debugger-step-in.png => browser/themes/osx/devtools/debugger-step-in.png
rename : browser/themes/pinstripe/devtools/debugger-step-out.png => browser/themes/osx/devtools/debugger-step-out.png
rename : browser/themes/pinstripe/devtools/debugger-step-over.png => browser/themes/osx/devtools/debugger-step-over.png
rename : browser/themes/pinstripe/devtools/debugger.css => browser/themes/osx/devtools/debugger.css
rename : browser/themes/pinstripe/devtools/dock-bottom.png => browser/themes/osx/devtools/dock-bottom.png
rename : browser/themes/pinstripe/devtools/dock-side.png => browser/themes/osx/devtools/dock-side.png
rename : browser/themes/pinstripe/devtools/dropmarker.png => browser/themes/osx/devtools/dropmarker.png
rename : browser/themes/pinstripe/devtools/floating-scrollbars.css => browser/themes/osx/devtools/floating-scrollbars.css
rename : browser/themes/pinstripe/devtools/goto-mdn.png => browser/themes/osx/devtools/goto-mdn.png
rename : browser/themes/pinstripe/devtools/inspect-button.png => browser/themes/osx/devtools/inspect-button.png
rename : browser/themes/pinstripe/devtools/inspector.css => browser/themes/osx/devtools/inspector.css
rename : browser/themes/pinstripe/devtools/itemArrow-ltr.png => browser/themes/osx/devtools/itemArrow-ltr.png
rename : browser/themes/pinstripe/devtools/itemArrow-rtl.png => browser/themes/osx/devtools/itemArrow-rtl.png
rename : browser/themes/pinstripe/devtools/itemToggle.png => browser/themes/osx/devtools/itemToggle.png
rename : browser/themes/pinstripe/devtools/layout-background-grid.png => browser/themes/osx/devtools/layout-background-grid.png
rename : browser/themes/pinstripe/devtools/layoutview.css => browser/themes/osx/devtools/layoutview.css
rename : browser/themes/pinstripe/devtools/magnifying-glass.png => browser/themes/osx/devtools/magnifying-glass.png
rename : browser/themes/pinstripe/devtools/markup-view.css => browser/themes/osx/devtools/markup-view.css
rename : browser/themes/pinstripe/devtools/option-icon.png => browser/themes/osx/devtools/option-icon.png
rename : browser/themes/pinstripe/devtools/orion-breakpoint.png => browser/themes/osx/devtools/orion-breakpoint.png
rename : browser/themes/pinstripe/devtools/orion-container.css => browser/themes/osx/devtools/orion-container.css
rename : browser/themes/pinstripe/devtools/orion-debug-location.png => browser/themes/osx/devtools/orion-debug-location.png
rename : browser/themes/pinstripe/devtools/orion-task.png => browser/themes/osx/devtools/orion-task.png
rename : browser/themes/pinstripe/devtools/orion.css => browser/themes/osx/devtools/orion.css
rename : browser/themes/pinstripe/devtools/responsive-background.png => browser/themes/osx/devtools/responsive-background.png
rename : browser/themes/pinstripe/devtools/responsive-se-resizer.png => browser/themes/osx/devtools/responsive-se-resizer.png
rename : browser/themes/pinstripe/devtools/responsive-vertical-resizer.png => browser/themes/osx/devtools/responsive-vertical-resizer.png
rename : browser/themes/pinstripe/devtools/splitview.css => browser/themes/osx/devtools/splitview.css
rename : browser/themes/pinstripe/devtools/styleeditor.css => browser/themes/osx/devtools/styleeditor.css
rename : browser/themes/pinstripe/devtools/tool-debugger.png => browser/themes/osx/devtools/tool-debugger.png
rename : browser/themes/pinstripe/devtools/tool-inspector.png => browser/themes/osx/devtools/tool-inspector.png
rename : browser/themes/pinstripe/devtools/tool-profiler.png => browser/themes/osx/devtools/tool-profiler.png
rename : browser/themes/pinstripe/devtools/tool-styleeditor.png => browser/themes/osx/devtools/tool-styleeditor.png
rename : browser/themes/pinstripe/devtools/tool-webconsole.png => browser/themes/osx/devtools/tool-webconsole.png
rename : browser/themes/pinstripe/devtools/toolbarbutton-close.png => browser/themes/osx/devtools/toolbarbutton-close.png
rename : browser/themes/pinstripe/devtools/toolbox.css => browser/themes/osx/devtools/toolbox.css
rename : browser/themes/pinstripe/devtools/tools-icons-small.png => browser/themes/osx/devtools/tools-icons-small.png
rename : browser/themes/pinstripe/devtools/undock.png => browser/themes/osx/devtools/undock.png
rename : browser/themes/pinstripe/devtools/webconsole.css => browser/themes/osx/devtools/webconsole.css
rename : browser/themes/pinstripe/devtools/webconsole.png => browser/themes/osx/devtools/webconsole.png
rename : browser/themes/pinstripe/devtools/webconsole_networkpanel.css => browser/themes/osx/devtools/webconsole_networkpanel.css
rename : browser/themes/pinstripe/downloads/allDownloadsViewOverlay.css => browser/themes/osx/downloads/allDownloadsViewOverlay.css
rename : browser/themes/pinstripe/downloads/buttons.png => browser/themes/osx/downloads/buttons.png
rename : browser/themes/pinstripe/downloads/buttons@2x.png => browser/themes/osx/downloads/buttons@2x.png
rename : browser/themes/pinstripe/downloads/contentAreaDownloadsView.css => browser/themes/osx/downloads/contentAreaDownloadsView.css
rename : browser/themes/pinstripe/downloads/download-glow.png => browser/themes/osx/downloads/download-glow.png
rename : browser/themes/pinstripe/downloads/download-glow@2x.png => browser/themes/osx/downloads/download-glow@2x.png
rename : browser/themes/pinstripe/downloads/download-notification-finish.png => browser/themes/osx/downloads/download-notification-finish.png
rename : browser/themes/pinstripe/downloads/download-notification-finish@2x.png => browser/themes/osx/downloads/download-notification-finish@2x.png
rename : browser/themes/pinstripe/downloads/download-notification-start.png => browser/themes/osx/downloads/download-notification-start.png
rename : browser/themes/pinstripe/downloads/download-notification-start@2x.png => browser/themes/osx/downloads/download-notification-start@2x.png
rename : browser/themes/pinstripe/downloads/download-summary.png => browser/themes/osx/downloads/download-summary.png
rename : browser/themes/pinstripe/downloads/download-summary@2x.png => browser/themes/osx/downloads/download-summary@2x.png
rename : browser/themes/pinstripe/downloads/downloads.css => browser/themes/osx/downloads/downloads.css
rename : browser/themes/pinstripe/engineManager.css => browser/themes/osx/engineManager.css
rename : browser/themes/pinstripe/feeds/feedIcon.png => browser/themes/osx/feeds/feedIcon.png
rename : browser/themes/pinstripe/feeds/feedIcon16.png => browser/themes/osx/feeds/feedIcon16.png
rename : browser/themes/pinstripe/feeds/subscribe-ui.css => browser/themes/osx/feeds/subscribe-ui.css
rename : browser/themes/pinstripe/feeds/subscribe.css => browser/themes/osx/feeds/subscribe.css
rename : browser/themes/pinstripe/home.png => browser/themes/osx/home.png
rename : browser/themes/pinstripe/icon.png => browser/themes/osx/icon.png
rename : browser/themes/pinstripe/identity-icons-generic.png => browser/themes/osx/identity-icons-generic.png
rename : browser/themes/pinstripe/identity-icons-generic@2x.png => browser/themes/osx/identity-icons-generic@2x.png
rename : browser/themes/pinstripe/identity-icons-https-ev.png => browser/themes/osx/identity-icons-https-ev.png
rename : browser/themes/pinstripe/identity-icons-https-ev@2x.png => browser/themes/osx/identity-icons-https-ev@2x.png
rename : browser/themes/pinstripe/identity-icons-https-mixed-active.png => browser/themes/osx/identity-icons-https-mixed-active.png
rename : browser/themes/pinstripe/identity-icons-https-mixed-active@2x.png => browser/themes/osx/identity-icons-https-mixed-active@2x.png
rename : browser/themes/pinstripe/identity-icons-https.png => browser/themes/osx/identity-icons-https.png
rename : browser/themes/pinstripe/identity-icons-https@2x.png => browser/themes/osx/identity-icons-https@2x.png
rename : browser/themes/pinstripe/identity.png => browser/themes/osx/identity.png
rename : browser/themes/pinstripe/identity@2x.png => browser/themes/osx/identity@2x.png
rename : browser/themes/pinstripe/jar.mn => browser/themes/osx/jar.mn
rename : browser/themes/pinstripe/keyhole-circle-lion.png => browser/themes/osx/keyhole-circle-lion.png
rename : browser/themes/pinstripe/keyhole-circle-lion@2x.png => browser/themes/osx/keyhole-circle-lion@2x.png
rename : browser/themes/pinstripe/keyhole-circle.png => browser/themes/osx/keyhole-circle.png
rename : browser/themes/pinstripe/menu-back.png => browser/themes/osx/menu-back.png
rename : browser/themes/pinstripe/menu-forward.png => browser/themes/osx/menu-forward.png
rename : browser/themes/pinstripe/mixed-content-blocked-16.png => browser/themes/osx/mixed-content-blocked-16.png
rename : browser/themes/pinstripe/mixed-content-blocked-16@2x.png => browser/themes/osx/mixed-content-blocked-16@2x.png
rename : browser/themes/pinstripe/mixed-content-blocked-64.png => browser/themes/osx/mixed-content-blocked-64.png
rename : browser/themes/pinstripe/mixed-content-blocked-64@2x.png => browser/themes/osx/mixed-content-blocked-64@2x.png
rename : browser/themes/pinstripe/monitor.png => browser/themes/osx/monitor.png
rename : browser/themes/pinstripe/monitor_16-10.png => browser/themes/osx/monitor_16-10.png
rename : browser/themes/pinstripe/newtab/controls.png => browser/themes/osx/newtab/controls.png
rename : browser/themes/pinstripe/newtab/controls@2x.png => browser/themes/osx/newtab/controls@2x.png
rename : browser/themes/pinstripe/newtab/newTab.css => browser/themes/osx/newtab/newTab.css
rename : browser/themes/pinstripe/newtab/noise.png => browser/themes/osx/newtab/noise.png
rename : browser/themes/pinstripe/page-livemarks.png => browser/themes/osx/page-livemarks.png
rename : browser/themes/pinstripe/page-livemarks@2x.png => browser/themes/osx/page-livemarks@2x.png
rename : browser/themes/pinstripe/pageInfo.css => browser/themes/osx/pageInfo.css
rename : browser/themes/pinstripe/panel-expander-closed.png => browser/themes/osx/panel-expander-closed.png
rename : browser/themes/pinstripe/panel-expander-closed@2x.png => browser/themes/osx/panel-expander-closed@2x.png
rename : browser/themes/pinstripe/panel-expander-open.png => browser/themes/osx/panel-expander-open.png
rename : browser/themes/pinstripe/panel-expander-open@2x.png => browser/themes/osx/panel-expander-open@2x.png
rename : browser/themes/pinstripe/panel-plus-sign.png => browser/themes/osx/panel-plus-sign.png
rename : browser/themes/pinstripe/places/allBookmarks.png => browser/themes/osx/places/allBookmarks.png
rename : browser/themes/pinstripe/places/bookmarksMenu.png => browser/themes/osx/places/bookmarksMenu.png
rename : browser/themes/pinstripe/places/bookmarksToolbar.png => browser/themes/osx/places/bookmarksToolbar.png
rename : browser/themes/pinstripe/places/bookmarksToolbar@2x.png => browser/themes/osx/places/bookmarksToolbar@2x.png
rename : browser/themes/pinstripe/places/downloads.png => browser/themes/osx/places/downloads.png
rename : browser/themes/pinstripe/places/editBookmarkOverlay.css => browser/themes/osx/places/editBookmarkOverlay.css
rename : browser/themes/pinstripe/places/expander-closed-active.png => browser/themes/osx/places/expander-closed-active.png
rename : browser/themes/pinstripe/places/expander-closed.png => browser/themes/osx/places/expander-closed.png
rename : browser/themes/pinstripe/places/expander-open-active.png => browser/themes/osx/places/expander-open-active.png
rename : browser/themes/pinstripe/places/expander-open.png => browser/themes/osx/places/expander-open.png
rename : browser/themes/pinstripe/places/folderDropArrow.png => browser/themes/osx/places/folderDropArrow.png
rename : browser/themes/pinstripe/places/folderDropArrow@2x.png => browser/themes/osx/places/folderDropArrow@2x.png
rename : browser/themes/pinstripe/places/history.png => browser/themes/osx/places/history.png
rename : browser/themes/pinstripe/places/history@2x.png => browser/themes/osx/places/history@2x.png
rename : browser/themes/pinstripe/places/livemark-item.png => browser/themes/osx/places/livemark-item.png
rename : browser/themes/pinstripe/places/minus-active.png => browser/themes/osx/places/minus-active.png
rename : browser/themes/pinstripe/places/minus.png => browser/themes/osx/places/minus.png
rename : browser/themes/pinstripe/places/organizer.css => browser/themes/osx/places/organizer.css
rename : browser/themes/pinstripe/places/places.css => browser/themes/osx/places/places.css
rename : browser/themes/pinstripe/places/plus-active.png => browser/themes/osx/places/plus-active.png
rename : browser/themes/pinstripe/places/plus.png => browser/themes/osx/places/plus.png
rename : browser/themes/pinstripe/places/query.png => browser/themes/osx/places/query.png
rename : browser/themes/pinstripe/places/query@2x.png => browser/themes/osx/places/query@2x.png
rename : browser/themes/pinstripe/places/star-icons.png => browser/themes/osx/places/star-icons.png
rename : browser/themes/pinstripe/places/star-icons@2x.png => browser/themes/osx/places/star-icons@2x.png
rename : browser/themes/pinstripe/places/starred48.png => browser/themes/osx/places/starred48.png
rename : browser/themes/pinstripe/places/tag.png => browser/themes/osx/places/tag.png
rename : browser/themes/pinstripe/places/tag@2x.png => browser/themes/osx/places/tag@2x.png
rename : browser/themes/pinstripe/places/toolbar-lion.png => browser/themes/osx/places/toolbar-lion.png
rename : browser/themes/pinstripe/places/toolbar.png => browser/themes/osx/places/toolbar.png
rename : browser/themes/pinstripe/places/toolbarDropMarker.png => browser/themes/osx/places/toolbarDropMarker.png
rename : browser/themes/pinstripe/places/twisty-closed.gif => browser/themes/osx/places/twisty-closed.gif
rename : browser/themes/pinstripe/places/twisty-open.gif => browser/themes/osx/places/twisty-open.gif
rename : browser/themes/pinstripe/places/unfiledBookmarks.png => browser/themes/osx/places/unfiledBookmarks.png
rename : browser/themes/pinstripe/places/unfiledBookmarks@2x.png => browser/themes/osx/places/unfiledBookmarks@2x.png
rename : browser/themes/pinstripe/places/unstarred48.png => browser/themes/osx/places/unstarred48.png
rename : browser/themes/pinstripe/preferences/Options-sync.png => browser/themes/osx/preferences/Options-sync.png
rename : browser/themes/pinstripe/preferences/Options.png => browser/themes/osx/preferences/Options.png
rename : browser/themes/pinstripe/preferences/aboutPermissions.css => browser/themes/osx/preferences/aboutPermissions.css
rename : browser/themes/pinstripe/preferences/alwaysAsk.png => browser/themes/osx/preferences/alwaysAsk.png
rename : browser/themes/pinstripe/preferences/application.png => browser/themes/osx/preferences/application.png
rename : browser/themes/pinstripe/preferences/applications.css => browser/themes/osx/preferences/applications.css
rename : browser/themes/pinstripe/preferences/in-content/preferences.css => browser/themes/osx/preferences/in-content/preferences.css
rename : browser/themes/pinstripe/preferences/preferences.css => browser/themes/osx/preferences/preferences.css
rename : browser/themes/pinstripe/preferences/saveFile.png => browser/themes/osx/preferences/saveFile.png
rename : browser/themes/pinstripe/privatebrowsing-mask.png => browser/themes/osx/privatebrowsing-mask.png
rename : browser/themes/pinstripe/privatebrowsing-mask@2x.png => browser/themes/osx/privatebrowsing-mask@2x.png
rename : browser/themes/pinstripe/reload-stop-go.png => browser/themes/osx/reload-stop-go.png
rename : browser/themes/pinstripe/reload-stop-go@2x.png => browser/themes/osx/reload-stop-go@2x.png
rename : browser/themes/pinstripe/sanitizeDialog.css => browser/themes/osx/sanitizeDialog.css
rename : browser/themes/pinstripe/searchbar-dropmarker.png => browser/themes/osx/searchbar-dropmarker.png
rename : browser/themes/pinstripe/searchbar-dropmarker@2x.png => browser/themes/osx/searchbar-dropmarker@2x.png
rename : browser/themes/pinstripe/searchbar.css => browser/themes/osx/searchbar.css
rename : browser/themes/pinstripe/setDesktopBackground.css => browser/themes/osx/setDesktopBackground.css
rename : browser/themes/pinstripe/slowStartup-16.png => browser/themes/osx/slowStartup-16.png
rename : browser/themes/pinstripe/social/chat-close.png => browser/themes/osx/social/chat-close.png
rename : browser/themes/pinstripe/social/social.png => browser/themes/osx/social/social.png
rename : browser/themes/pinstripe/sync-128.png => browser/themes/osx/sync-128.png
rename : browser/themes/pinstripe/sync-16.png => browser/themes/osx/sync-16.png
rename : browser/themes/pinstripe/sync-32.png => browser/themes/osx/sync-32.png
rename : browser/themes/pinstripe/sync-bg.png => browser/themes/osx/sync-bg.png
rename : browser/themes/pinstripe/sync-desktopIcon.png => browser/themes/osx/sync-desktopIcon.png
rename : browser/themes/pinstripe/sync-mobileIcon.png => browser/themes/osx/sync-mobileIcon.png
rename : browser/themes/pinstripe/sync-notification-24.png => browser/themes/osx/sync-notification-24.png
rename : browser/themes/pinstripe/sync-throbber.png => browser/themes/osx/sync-throbber.png
rename : browser/themes/pinstripe/syncCommon.css => browser/themes/osx/syncCommon.css
rename : browser/themes/pinstripe/syncProgress.css => browser/themes/osx/syncProgress.css
rename : browser/themes/pinstripe/syncQuota.css => browser/themes/osx/syncQuota.css
rename : browser/themes/pinstripe/syncSetup.css => browser/themes/osx/syncSetup.css
rename : browser/themes/pinstripe/tabbrowser/alltabs-box-bkgnd-icon-lion.png => browser/themes/osx/tabbrowser/alltabs-box-bkgnd-icon-lion.png
rename : browser/themes/pinstripe/tabbrowser/alltabs-box-bkgnd-icon-lion@2x.png => browser/themes/osx/tabbrowser/alltabs-box-bkgnd-icon-lion@2x.png
rename : browser/themes/pinstripe/tabbrowser/alltabs-box-bkgnd-icon.png => browser/themes/osx/tabbrowser/alltabs-box-bkgnd-icon.png
rename : browser/themes/pinstripe/tabbrowser/connecting.png => browser/themes/osx/tabbrowser/connecting.png
rename : browser/themes/pinstripe/tabbrowser/connecting@2x.png => browser/themes/osx/tabbrowser/connecting@2x.png
rename : browser/themes/pinstripe/tabbrowser/loading.png => browser/themes/osx/tabbrowser/loading.png
rename : browser/themes/pinstripe/tabbrowser/loading@2x.png => browser/themes/osx/tabbrowser/loading@2x.png
rename : browser/themes/pinstripe/tabbrowser/newtab.png => browser/themes/osx/tabbrowser/newtab.png
rename : browser/themes/pinstripe/tabbrowser/newtab@2x.png => browser/themes/osx/tabbrowser/newtab@2x.png
rename : browser/themes/pinstripe/tabbrowser/tab-arrow-left.png => browser/themes/osx/tabbrowser/tab-arrow-left.png
rename : browser/themes/pinstripe/tabbrowser/tab-arrow-left@2x.png => browser/themes/osx/tabbrowser/tab-arrow-left@2x.png
rename : browser/themes/pinstripe/tabbrowser/tab-arrow-right.png => browser/themes/osx/tabbrowser/tab-arrow-right.png
rename : browser/themes/pinstripe/tabbrowser/tab-arrow-right@2x.png => browser/themes/osx/tabbrowser/tab-arrow-right@2x.png
rename : browser/themes/pinstripe/tabbrowser/tab-bottom-hover-active.png => browser/themes/osx/tabbrowser/tab-bottom-hover-active.png
rename : browser/themes/pinstripe/tabbrowser/tab-bottom-normal-active.png => browser/themes/osx/tabbrowser/tab-bottom-normal-active.png
rename : browser/themes/pinstripe/tabbrowser/tab-bottom-selected-active.png => browser/themes/osx/tabbrowser/tab-bottom-selected-active.png
rename : browser/themes/pinstripe/tabbrowser/tab-overflow-border.png => browser/themes/osx/tabbrowser/tab-overflow-border.png
rename : browser/themes/pinstripe/tabbrowser/tab-top-hover-active.png => browser/themes/osx/tabbrowser/tab-top-hover-active.png
rename : browser/themes/pinstripe/tabbrowser/tab-top-hover-active@2x.png => browser/themes/osx/tabbrowser/tab-top-hover-active@2x.png
rename : browser/themes/pinstripe/tabbrowser/tab-top-normal-active.png => browser/themes/osx/tabbrowser/tab-top-normal-active.png
rename : browser/themes/pinstripe/tabbrowser/tab-top-normal-active@2x.png => browser/themes/osx/tabbrowser/tab-top-normal-active@2x.png
rename : browser/themes/pinstripe/tabbrowser/tab-top-selected-active.png => browser/themes/osx/tabbrowser/tab-top-selected-active.png
rename : browser/themes/pinstripe/tabbrowser/tab-top-selected-active@2x.png => browser/themes/osx/tabbrowser/tab-top-selected-active@2x.png
rename : browser/themes/pinstripe/tabbrowser/tabDragIndicator.png => browser/themes/osx/tabbrowser/tabDragIndicator.png
rename : browser/themes/pinstripe/tabbrowser/tabbar-bottom-bg-active.png => browser/themes/osx/tabbrowser/tabbar-bottom-bg-active.png
rename : browser/themes/pinstripe/tabbrowser/tabbar-bottom-bg-inactive.png => browser/themes/osx/tabbrowser/tabbar-bottom-bg-inactive.png
rename : browser/themes/pinstripe/tabbrowser/tabbar-top-bg-active.png => browser/themes/osx/tabbrowser/tabbar-top-bg-active.png
rename : browser/themes/pinstripe/tabbrowser/tabbar-top-bg-inactive.png => browser/themes/osx/tabbrowser/tabbar-top-bg-inactive.png
rename : browser/themes/pinstripe/tabview/close.png => browser/themes/osx/tabview/close.png
rename : browser/themes/pinstripe/tabview/edit-light.png => browser/themes/osx/tabview/edit-light.png
rename : browser/themes/pinstripe/tabview/search.png => browser/themes/osx/tabview/search.png
rename : browser/themes/pinstripe/tabview/stack-expander.png => browser/themes/osx/tabview/stack-expander.png
rename : browser/themes/pinstripe/tabview/tabview-lion.png => browser/themes/osx/tabview/tabview-lion.png
rename : browser/themes/pinstripe/tabview/tabview.css => browser/themes/osx/tabview/tabview.css
rename : browser/themes/pinstripe/tabview/tabview.png => browser/themes/osx/tabview/tabview.png
rename : browser/themes/pinstripe/toolbarbutton-dropmarker-lion.png => browser/themes/osx/toolbarbutton-dropmarker-lion.png
rename : browser/themes/pinstripe/toolbarbutton-dropmarker-lion@2x.png => browser/themes/osx/toolbarbutton-dropmarker-lion@2x.png
rename : browser/themes/pinstripe/toolbarbutton-dropmarker.png => browser/themes/osx/toolbarbutton-dropmarker.png
rename : browser/themes/pinstripe/urlbar-arrow.png => browser/themes/osx/urlbar-arrow.png
rename : browser/themes/pinstripe/urlbar-arrow@2x.png => browser/themes/osx/urlbar-arrow@2x.png
rename : browser/themes/pinstripe/urlbar-history-dropmarker.png => browser/themes/osx/urlbar-history-dropmarker.png
rename : browser/themes/pinstripe/urlbar-history-dropmarker@2x.png => browser/themes/osx/urlbar-history-dropmarker@2x.png
rename : browser/themes/pinstripe/urlbar-popup-blocked.png => browser/themes/osx/urlbar-popup-blocked.png
rename : browser/themes/pinstripe/urlbar-popup-blocked@2x.png => browser/themes/osx/urlbar-popup-blocked@2x.png
rename : browser/themes/pinstripe/webRTC-shareDevice-16.png => browser/themes/osx/webRTC-shareDevice-16.png
rename : browser/themes/pinstripe/webRTC-shareDevice-16@2x.png => browser/themes/osx/webRTC-shareDevice-16@2x.png
rename : browser/themes/pinstripe/webRTC-shareDevice-64.png => browser/themes/osx/webRTC-shareDevice-64.png
rename : browser/themes/pinstripe/webRTC-shareDevice-64@2x.png => browser/themes/osx/webRTC-shareDevice-64@2x.png
rename : browser/themes/pinstripe/webRTC-sharingDevice-16.png => browser/themes/osx/webRTC-sharingDevice-16.png
rename : browser/themes/pinstripe/webRTC-sharingDevice-16@2x.png => browser/themes/osx/webRTC-sharingDevice-16@2x.png
rename : browser/themes/pinstripe/webapps-16.png => browser/themes/osx/webapps-16.png
rename : browser/themes/pinstripe/webapps-16@2x.png => browser/themes/osx/webapps-16@2x.png
rename : browser/themes/pinstripe/webapps-64.png => browser/themes/osx/webapps-64.png
rename : browser/themes/winstripe/Geolocation-16.png => browser/themes/windows/Geolocation-16.png
rename : browser/themes/winstripe/Geolocation-64.png => browser/themes/windows/Geolocation-64.png
rename : browser/themes/winstripe/Info-aero.png => browser/themes/windows/Info-aero.png
rename : browser/themes/winstripe/Info.png => browser/themes/windows/Info.png
rename : browser/themes/winstripe/KUI-background.png => browser/themes/windows/KUI-background.png
rename : browser/themes/winstripe/Makefile.in => browser/themes/windows/Makefile.in
rename : browser/themes/winstripe/Privacy-16-aero.png => browser/themes/windows/Privacy-16-aero.png
rename : browser/themes/winstripe/Privacy-16.png => browser/themes/windows/Privacy-16.png
rename : browser/themes/winstripe/Privacy-32-aero.png => browser/themes/windows/Privacy-32-aero.png
rename : browser/themes/winstripe/Privacy-32.png => browser/themes/windows/Privacy-32.png
rename : browser/themes/winstripe/Privacy-48-aero.png => browser/themes/windows/Privacy-48-aero.png
rename : browser/themes/winstripe/Privacy-48.png => browser/themes/windows/Privacy-48.png
rename : browser/themes/winstripe/Privacy-64-aero.png => browser/themes/windows/Privacy-64-aero.png
rename : browser/themes/winstripe/Privacy-64.png => browser/themes/windows/Privacy-64.png
rename : browser/themes/winstripe/Secure24-aero.png => browser/themes/windows/Secure24-aero.png
rename : browser/themes/winstripe/Secure24.png => browser/themes/windows/Secure24.png
rename : browser/themes/winstripe/Toolbar-inverted.png => browser/themes/windows/Toolbar-inverted.png
rename : browser/themes/winstripe/Toolbar.png => browser/themes/windows/Toolbar.png
rename : browser/themes/winstripe/aboutCertError.css => browser/themes/windows/aboutCertError.css
rename : browser/themes/winstripe/aboutCertError_sectionCollapsed-rtl.png => browser/themes/windows/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/winstripe/aboutCertError_sectionCollapsed.png => browser/themes/windows/aboutCertError_sectionCollapsed.png
rename : browser/themes/winstripe/aboutCertError_sectionExpanded.png => browser/themes/windows/aboutCertError_sectionExpanded.png
rename : browser/themes/winstripe/aboutPrivateBrowsing.css => browser/themes/windows/aboutPrivateBrowsing.css
rename : browser/themes/winstripe/aboutSessionRestore-window-icon-aero.png => browser/themes/windows/aboutSessionRestore-window-icon-aero.png
rename : browser/themes/winstripe/aboutSessionRestore.css => browser/themes/windows/aboutSessionRestore.css
rename : browser/themes/winstripe/aboutSocialError.css => browser/themes/windows/aboutSocialError.css
rename : browser/themes/winstripe/aboutSyncTabs.css => browser/themes/windows/aboutSyncTabs.css
rename : browser/themes/winstripe/actionicon-tab.png => browser/themes/windows/actionicon-tab.png
rename : browser/themes/winstripe/appmenu-dropmarker.png => browser/themes/windows/appmenu-dropmarker.png
rename : browser/themes/winstripe/appmenu-icons.png => browser/themes/windows/appmenu-icons.png
rename : browser/themes/winstripe/browser-aero.css => browser/themes/windows/browser-aero.css
rename : browser/themes/winstripe/browser.css => browser/themes/windows/browser.css
rename : browser/themes/winstripe/click-to-play-warning-stripes.png => browser/themes/windows/click-to-play-warning-stripes.png
rename : browser/themes/winstripe/communicator/Makefile.in => browser/themes/windows/communicator/Makefile.in
rename : browser/themes/winstripe/communicator/communicator.css => browser/themes/windows/communicator/communicator.css
rename : browser/themes/winstripe/communicator/jar.mn => browser/themes/windows/communicator/jar.mn
rename : browser/themes/winstripe/devtools/alerticon-warning.png => browser/themes/windows/devtools/alerticon-warning.png
rename : browser/themes/winstripe/devtools/arrows.png => browser/themes/windows/devtools/arrows.png
rename : browser/themes/winstripe/devtools/background-noise-toolbar.png => browser/themes/windows/devtools/background-noise-toolbar.png
rename : browser/themes/winstripe/devtools/breadcrumbs-scrollbutton.png => browser/themes/windows/devtools/breadcrumbs-scrollbutton.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-end-pressed.png => browser/themes/windows/devtools/breadcrumbs/ltr-end-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-end-selected-pressed.png => browser/themes/windows/devtools/breadcrumbs/ltr-end-selected-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-end-selected.png => browser/themes/windows/devtools/breadcrumbs/ltr-end-selected.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-end.png => browser/themes/windows/devtools/breadcrumbs/ltr-end.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-middle-pressed.png => browser/themes/windows/devtools/breadcrumbs/ltr-middle-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-middle-selected-pressed.png => browser/themes/windows/devtools/breadcrumbs/ltr-middle-selected-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-middle-selected.png => browser/themes/windows/devtools/breadcrumbs/ltr-middle-selected.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-middle.png => browser/themes/windows/devtools/breadcrumbs/ltr-middle.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-start-pressed.png => browser/themes/windows/devtools/breadcrumbs/ltr-start-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-start-selected-pressed.png => browser/themes/windows/devtools/breadcrumbs/ltr-start-selected-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-start-selected.png => browser/themes/windows/devtools/breadcrumbs/ltr-start-selected.png
rename : browser/themes/winstripe/devtools/breadcrumbs/ltr-start.png => browser/themes/windows/devtools/breadcrumbs/ltr-start.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-end-pressed.png => browser/themes/windows/devtools/breadcrumbs/rtl-end-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-end-selected-pressed.png => browser/themes/windows/devtools/breadcrumbs/rtl-end-selected-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-end-selected.png => browser/themes/windows/devtools/breadcrumbs/rtl-end-selected.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-end.png => browser/themes/windows/devtools/breadcrumbs/rtl-end.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-middle-pressed.png => browser/themes/windows/devtools/breadcrumbs/rtl-middle-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-middle-selected-pressed.png => browser/themes/windows/devtools/breadcrumbs/rtl-middle-selected-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-middle-selected.png => browser/themes/windows/devtools/breadcrumbs/rtl-middle-selected.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-middle.png => browser/themes/windows/devtools/breadcrumbs/rtl-middle.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-start-pressed.png => browser/themes/windows/devtools/breadcrumbs/rtl-start-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-start-selected-pressed.png => browser/themes/windows/devtools/breadcrumbs/rtl-start-selected-pressed.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-start-selected.png => browser/themes/windows/devtools/breadcrumbs/rtl-start-selected.png
rename : browser/themes/winstripe/devtools/breadcrumbs/rtl-start.png => browser/themes/windows/devtools/breadcrumbs/rtl-start.png
rename : browser/themes/winstripe/devtools/close.png => browser/themes/windows/devtools/close.png
rename : browser/themes/winstripe/devtools/command-responsivemode.png => browser/themes/windows/devtools/command-responsivemode.png
rename : browser/themes/winstripe/devtools/command-scratchpad.png => browser/themes/windows/devtools/command-scratchpad.png
rename : browser/themes/winstripe/devtools/command-tilt.png => browser/themes/windows/devtools/command-tilt.png
rename : browser/themes/winstripe/devtools/commandline.css => browser/themes/windows/devtools/commandline.css
rename : browser/themes/winstripe/devtools/commandline.png => browser/themes/windows/devtools/commandline.png
rename : browser/themes/winstripe/devtools/common.css => browser/themes/windows/devtools/common.css
rename : browser/themes/winstripe/devtools/csshtmltree.css => browser/themes/windows/devtools/csshtmltree.css
rename : browser/themes/winstripe/devtools/debugger-collapse.png => browser/themes/windows/devtools/debugger-collapse.png
rename : browser/themes/winstripe/devtools/debugger-expand.png => browser/themes/windows/devtools/debugger-expand.png
rename : browser/themes/winstripe/devtools/debugger-pause.png => browser/themes/windows/devtools/debugger-pause.png
rename : browser/themes/winstripe/devtools/debugger-play.png => browser/themes/windows/devtools/debugger-play.png
rename : browser/themes/winstripe/devtools/debugger-step-in.png => browser/themes/windows/devtools/debugger-step-in.png
rename : browser/themes/winstripe/devtools/debugger-step-out.png => browser/themes/windows/devtools/debugger-step-out.png
rename : browser/themes/winstripe/devtools/debugger-step-over.png => browser/themes/windows/devtools/debugger-step-over.png
rename : browser/themes/winstripe/devtools/debugger.css => browser/themes/windows/devtools/debugger.css
rename : browser/themes/winstripe/devtools/dock-bottom.png => browser/themes/windows/devtools/dock-bottom.png
rename : browser/themes/winstripe/devtools/dock-side.png => browser/themes/windows/devtools/dock-side.png
rename : browser/themes/winstripe/devtools/dropmarker.png => browser/themes/windows/devtools/dropmarker.png
rename : browser/themes/winstripe/devtools/floating-scrollbars.css => browser/themes/windows/devtools/floating-scrollbars.css
rename : browser/themes/winstripe/devtools/goto-mdn.png => browser/themes/windows/devtools/goto-mdn.png
rename : browser/themes/winstripe/devtools/inspect-button.png => browser/themes/windows/devtools/inspect-button.png
rename : browser/themes/winstripe/devtools/inspector.css => browser/themes/windows/devtools/inspector.css
rename : browser/themes/winstripe/devtools/itemArrow-ltr.png => browser/themes/windows/devtools/itemArrow-ltr.png
rename : browser/themes/winstripe/devtools/itemArrow-rtl.png => browser/themes/windows/devtools/itemArrow-rtl.png
rename : browser/themes/winstripe/devtools/itemToggle.png => browser/themes/windows/devtools/itemToggle.png
rename : browser/themes/winstripe/devtools/layout-background-grid.png => browser/themes/windows/devtools/layout-background-grid.png
rename : browser/themes/winstripe/devtools/layoutview.css => browser/themes/windows/devtools/layoutview.css
rename : browser/themes/winstripe/devtools/magnifying-glass.png => browser/themes/windows/devtools/magnifying-glass.png
rename : browser/themes/winstripe/devtools/markup-view.css => browser/themes/windows/devtools/markup-view.css
rename : browser/themes/winstripe/devtools/option-icon.png => browser/themes/windows/devtools/option-icon.png
rename : browser/themes/winstripe/devtools/orion-breakpoint.png => browser/themes/windows/devtools/orion-breakpoint.png
rename : browser/themes/winstripe/devtools/orion-container.css => browser/themes/windows/devtools/orion-container.css
rename : browser/themes/winstripe/devtools/orion-debug-location.png => browser/themes/windows/devtools/orion-debug-location.png
rename : browser/themes/winstripe/devtools/orion-task.png => browser/themes/windows/devtools/orion-task.png
rename : browser/themes/winstripe/devtools/orion.css => browser/themes/windows/devtools/orion.css
rename : browser/themes/winstripe/devtools/responsive-background.png => browser/themes/windows/devtools/responsive-background.png
rename : browser/themes/winstripe/devtools/responsive-se-resizer.png => browser/themes/windows/devtools/responsive-se-resizer.png
rename : browser/themes/winstripe/devtools/responsive-vertical-resizer.png => browser/themes/windows/devtools/responsive-vertical-resizer.png
rename : browser/themes/winstripe/devtools/splitview.css => browser/themes/windows/devtools/splitview.css
rename : browser/themes/winstripe/devtools/styleeditor.css => browser/themes/windows/devtools/styleeditor.css
rename : browser/themes/winstripe/devtools/tool-debugger.png => browser/themes/windows/devtools/tool-debugger.png
rename : browser/themes/winstripe/devtools/tool-inspector.png => browser/themes/windows/devtools/tool-inspector.png
rename : browser/themes/winstripe/devtools/tool-profiler.png => browser/themes/windows/devtools/tool-profiler.png
rename : browser/themes/winstripe/devtools/tool-styleeditor.png => browser/themes/windows/devtools/tool-styleeditor.png
rename : browser/themes/winstripe/devtools/tool-webconsole.png => browser/themes/windows/devtools/tool-webconsole.png
rename : browser/themes/winstripe/devtools/toolbarbutton-close.png => browser/themes/windows/devtools/toolbarbutton-close.png
rename : browser/themes/winstripe/devtools/toolbox.css => browser/themes/windows/devtools/toolbox.css
rename : browser/themes/winstripe/devtools/tools-icons-small.png => browser/themes/windows/devtools/tools-icons-small.png
rename : browser/themes/winstripe/devtools/undock.png => browser/themes/windows/devtools/undock.png
rename : browser/themes/winstripe/devtools/webconsole.css => browser/themes/windows/devtools/webconsole.css
rename : browser/themes/winstripe/devtools/webconsole.png => browser/themes/windows/devtools/webconsole.png
rename : browser/themes/winstripe/devtools/webconsole_networkpanel.css => browser/themes/windows/devtools/webconsole_networkpanel.css
rename : browser/themes/winstripe/downloads/allDownloadsViewOverlay-aero.css => browser/themes/windows/downloads/allDownloadsViewOverlay-aero.css
rename : browser/themes/winstripe/downloads/allDownloadsViewOverlay.css => browser/themes/windows/downloads/allDownloadsViewOverlay.css
rename : browser/themes/winstripe/downloads/buttons-aero.png => browser/themes/windows/downloads/buttons-aero.png
rename : browser/themes/winstripe/downloads/buttons.png => browser/themes/windows/downloads/buttons.png
rename : browser/themes/winstripe/downloads/contentAreaDownloadsView.css => browser/themes/windows/downloads/contentAreaDownloadsView.css
rename : browser/themes/winstripe/downloads/download-glow.png => browser/themes/windows/downloads/download-glow.png
rename : browser/themes/winstripe/downloads/download-notification-finish.png => browser/themes/windows/downloads/download-notification-finish.png
rename : browser/themes/winstripe/downloads/download-notification-start.png => browser/themes/windows/downloads/download-notification-start.png
rename : browser/themes/winstripe/downloads/download-summary.png => browser/themes/windows/downloads/download-summary.png
rename : browser/themes/winstripe/downloads/downloads-aero.css => browser/themes/windows/downloads/downloads-aero.css
rename : browser/themes/winstripe/downloads/downloads.css => browser/themes/windows/downloads/downloads.css
rename : browser/themes/winstripe/engineManager.css => browser/themes/windows/engineManager.css
rename : browser/themes/winstripe/feeds/feedIcon-aero.png => browser/themes/windows/feeds/feedIcon-aero.png
rename : browser/themes/winstripe/feeds/feedIcon.png => browser/themes/windows/feeds/feedIcon.png
rename : browser/themes/winstripe/feeds/feedIcon16-aero.png => browser/themes/windows/feeds/feedIcon16-aero.png
rename : browser/themes/winstripe/feeds/feedIcon16.png => browser/themes/windows/feeds/feedIcon16.png
rename : browser/themes/winstripe/feeds/subscribe-ui.css => browser/themes/windows/feeds/subscribe-ui.css
rename : browser/themes/winstripe/feeds/subscribe.css => browser/themes/windows/feeds/subscribe.css
rename : browser/themes/winstripe/icon.png => browser/themes/windows/icon.png
rename : browser/themes/winstripe/identity-aero.png => browser/themes/windows/identity-aero.png
rename : browser/themes/winstripe/identity-icons-generic.png => browser/themes/windows/identity-icons-generic.png
rename : browser/themes/winstripe/identity-icons-https-ev.png => browser/themes/windows/identity-icons-https-ev.png
rename : browser/themes/winstripe/identity-icons-https-mixed-active.png => browser/themes/windows/identity-icons-https-mixed-active.png
rename : browser/themes/winstripe/identity-icons-https.png => browser/themes/windows/identity-icons-https.png
rename : browser/themes/winstripe/identity.png => browser/themes/windows/identity.png
rename : browser/themes/winstripe/jar.mn => browser/themes/windows/jar.mn
rename : browser/themes/winstripe/keyhole-forward-mask.svg => browser/themes/windows/keyhole-forward-mask.svg
rename : browser/themes/winstripe/livemark-folder-aero.png => browser/themes/windows/livemark-folder-aero.png
rename : browser/themes/winstripe/livemark-folder.png => browser/themes/windows/livemark-folder.png
rename : browser/themes/winstripe/menu-back-aero.png => browser/themes/windows/menu-back-aero.png
rename : browser/themes/winstripe/menu-back.png => browser/themes/windows/menu-back.png
rename : browser/themes/winstripe/menu-forward-aero.png => browser/themes/windows/menu-forward-aero.png
rename : browser/themes/winstripe/menu-forward.png => browser/themes/windows/menu-forward.png
rename : browser/themes/winstripe/mixed-content-blocked-16.png => browser/themes/windows/mixed-content-blocked-16.png
rename : browser/themes/winstripe/mixed-content-blocked-64.png => browser/themes/windows/mixed-content-blocked-64.png
rename : browser/themes/winstripe/monitor.png => browser/themes/windows/monitor.png
rename : browser/themes/winstripe/monitor_16-10.png => browser/themes/windows/monitor_16-10.png
rename : browser/themes/winstripe/newtab/controls.png => browser/themes/windows/newtab/controls.png
rename : browser/themes/winstripe/newtab/newTab.css => browser/themes/windows/newtab/newTab.css
rename : browser/themes/winstripe/newtab/noise.png => browser/themes/windows/newtab/noise.png
rename : browser/themes/winstripe/pageInfo-aero.png => browser/themes/windows/pageInfo-aero.png
rename : browser/themes/winstripe/pageInfo.css => browser/themes/windows/pageInfo.css
rename : browser/themes/winstripe/pageInfo.png => browser/themes/windows/pageInfo.png
rename : browser/themes/winstripe/places/allBookmarks-aero.png => browser/themes/windows/places/allBookmarks-aero.png
rename : browser/themes/winstripe/places/allBookmarks.png => browser/themes/windows/places/allBookmarks.png
rename : browser/themes/winstripe/places/bookmark.png => browser/themes/windows/places/bookmark.png
rename : browser/themes/winstripe/places/bookmarksMenu-aero.png => browser/themes/windows/places/bookmarksMenu-aero.png
rename : browser/themes/winstripe/places/bookmarksMenu.png => browser/themes/windows/places/bookmarksMenu.png
rename : browser/themes/winstripe/places/bookmarksToolbar-aero.png => browser/themes/windows/places/bookmarksToolbar-aero.png
rename : browser/themes/winstripe/places/bookmarksToolbar.png => browser/themes/windows/places/bookmarksToolbar.png
rename : browser/themes/winstripe/places/calendar-aero.png => browser/themes/windows/places/calendar-aero.png
rename : browser/themes/winstripe/places/calendar.png => browser/themes/windows/places/calendar.png
rename : browser/themes/winstripe/places/downloads.png => browser/themes/windows/places/downloads.png
rename : browser/themes/winstripe/places/editBookmark.png => browser/themes/windows/places/editBookmark.png
rename : browser/themes/winstripe/places/editBookmarkOverlay.css => browser/themes/windows/places/editBookmarkOverlay.css
rename : browser/themes/winstripe/places/history-aero.png => browser/themes/windows/places/history-aero.png
rename : browser/themes/winstripe/places/history.png => browser/themes/windows/places/history.png
rename : browser/themes/winstripe/places/libraryToolbar-aero.png => browser/themes/windows/places/libraryToolbar-aero.png
rename : browser/themes/winstripe/places/libraryToolbar.png => browser/themes/windows/places/libraryToolbar.png
rename : browser/themes/winstripe/places/livemark-item.png => browser/themes/windows/places/livemark-item.png
rename : browser/themes/winstripe/places/organizer-aero.css => browser/themes/windows/places/organizer-aero.css
rename : browser/themes/winstripe/places/organizer.css => browser/themes/windows/places/organizer.css
rename : browser/themes/winstripe/places/places-aero.css => browser/themes/windows/places/places-aero.css
rename : browser/themes/winstripe/places/places.css => browser/themes/windows/places/places.css
rename : browser/themes/winstripe/places/query-aero.png => browser/themes/windows/places/query-aero.png
rename : browser/themes/winstripe/places/query.png => browser/themes/windows/places/query.png
rename : browser/themes/winstripe/places/starred48-aero.png => browser/themes/windows/places/starred48-aero.png
rename : browser/themes/winstripe/places/starred48.png => browser/themes/windows/places/starred48.png
rename : browser/themes/winstripe/places/tag-aero.png => browser/themes/windows/places/tag-aero.png
rename : browser/themes/winstripe/places/tag.png => browser/themes/windows/places/tag.png
rename : browser/themes/winstripe/places/toolbarDropMarker-aero.png => browser/themes/windows/places/toolbarDropMarker-aero.png
rename : browser/themes/winstripe/places/toolbarDropMarker.png => browser/themes/windows/places/toolbarDropMarker.png
rename : browser/themes/winstripe/places/unsortedBookmarks-aero.png => browser/themes/windows/places/unsortedBookmarks-aero.png
rename : browser/themes/winstripe/places/unsortedBookmarks.png => browser/themes/windows/places/unsortedBookmarks.png
rename : browser/themes/winstripe/places/unstarred48.png => browser/themes/windows/places/unstarred48.png
rename : browser/themes/winstripe/preferences/Options-aero.png => browser/themes/windows/preferences/Options-aero.png
rename : browser/themes/winstripe/preferences/Options-sync.png => browser/themes/windows/preferences/Options-sync.png
rename : browser/themes/winstripe/preferences/Options.png => browser/themes/windows/preferences/Options.png
rename : browser/themes/winstripe/preferences/aboutPermissions.css => browser/themes/windows/preferences/aboutPermissions.css
rename : browser/themes/winstripe/preferences/alwaysAsk-aero.png => browser/themes/windows/preferences/alwaysAsk-aero.png
rename : browser/themes/winstripe/preferences/alwaysAsk.png => browser/themes/windows/preferences/alwaysAsk.png
rename : browser/themes/winstripe/preferences/application-aero.png => browser/themes/windows/preferences/application-aero.png
rename : browser/themes/winstripe/preferences/application.png => browser/themes/windows/preferences/application.png
rename : browser/themes/winstripe/preferences/applications.css => browser/themes/windows/preferences/applications.css
rename : browser/themes/winstripe/preferences/in-content/preferences.css => browser/themes/windows/preferences/in-content/preferences.css
rename : browser/themes/winstripe/preferences/mail-aero.png => browser/themes/windows/preferences/mail-aero.png
rename : browser/themes/winstripe/preferences/mail.png => browser/themes/windows/preferences/mail.png
rename : browser/themes/winstripe/preferences/preferences.css => browser/themes/windows/preferences/preferences.css
rename : browser/themes/winstripe/preferences/saveFile-aero.png => browser/themes/windows/preferences/saveFile-aero.png
rename : browser/themes/winstripe/preferences/saveFile.png => browser/themes/windows/preferences/saveFile.png
rename : browser/themes/winstripe/privatebrowsing-dark.png => browser/themes/windows/privatebrowsing-dark.png
rename : browser/themes/winstripe/privatebrowsing-light.png => browser/themes/windows/privatebrowsing-light.png
rename : browser/themes/winstripe/reload-stop-go.png => browser/themes/windows/reload-stop-go.png
rename : browser/themes/winstripe/sanitizeDialog.css => browser/themes/windows/sanitizeDialog.css
rename : browser/themes/winstripe/searchbar-dropdown-arrow-aero.png => browser/themes/windows/searchbar-dropdown-arrow-aero.png
rename : browser/themes/winstripe/searchbar-dropdown-arrow.png => browser/themes/windows/searchbar-dropdown-arrow.png
rename : browser/themes/winstripe/searchbar.css => browser/themes/windows/searchbar.css
rename : browser/themes/winstripe/setDesktopBackground.css => browser/themes/windows/setDesktopBackground.css
rename : browser/themes/winstripe/slowStartup-16.png => browser/themes/windows/slowStartup-16.png
rename : browser/themes/winstripe/social/chat-close.png => browser/themes/windows/social/chat-close.png
rename : browser/themes/winstripe/social/social.png => browser/themes/windows/social/social.png
rename : browser/themes/winstripe/sync-128.png => browser/themes/windows/sync-128.png
rename : browser/themes/winstripe/sync-16.png => browser/themes/windows/sync-16.png
rename : browser/themes/winstripe/sync-32.png => browser/themes/windows/sync-32.png
rename : browser/themes/winstripe/sync-bg.png => browser/themes/windows/sync-bg.png
rename : browser/themes/winstripe/sync-desktopIcon.png => browser/themes/windows/sync-desktopIcon.png
rename : browser/themes/winstripe/sync-mobileIcon.png => browser/themes/windows/sync-mobileIcon.png
rename : browser/themes/winstripe/sync-notification-24.png => browser/themes/windows/sync-notification-24.png
rename : browser/themes/winstripe/sync-throbber.png => browser/themes/windows/sync-throbber.png
rename : browser/themes/winstripe/syncCommon.css => browser/themes/windows/syncCommon.css
rename : browser/themes/winstripe/syncProgress.css => browser/themes/windows/syncProgress.css
rename : browser/themes/winstripe/syncQuota.css => browser/themes/windows/syncQuota.css
rename : browser/themes/winstripe/syncSetup.css => browser/themes/windows/syncSetup.css
rename : browser/themes/winstripe/tabbrowser/connecting.png => browser/themes/windows/tabbrowser/connecting.png
rename : browser/themes/winstripe/tabbrowser/loading.png => browser/themes/windows/tabbrowser/loading.png
rename : browser/themes/winstripe/tabbrowser/newtab-inverted.png => browser/themes/windows/tabbrowser/newtab-inverted.png
rename : browser/themes/winstripe/tabbrowser/newtab.png => browser/themes/windows/tabbrowser/newtab.png
rename : browser/themes/winstripe/tabbrowser/tab-arrow-left-inverted.png => browser/themes/windows/tabbrowser/tab-arrow-left-inverted.png
rename : browser/themes/winstripe/tabbrowser/tab-arrow-left.png => browser/themes/windows/tabbrowser/tab-arrow-left.png
rename : browser/themes/winstripe/tabbrowser/tab-overflow-border.png => browser/themes/windows/tabbrowser/tab-overflow-border.png
rename : browser/themes/winstripe/tabbrowser/tab.png => browser/themes/windows/tabbrowser/tab.png
rename : browser/themes/winstripe/tabbrowser/tabDragIndicator.png => browser/themes/windows/tabbrowser/tabDragIndicator.png
rename : browser/themes/winstripe/tabview/close.png => browser/themes/windows/tabview/close.png
rename : browser/themes/winstripe/tabview/edit-light.png => browser/themes/windows/tabview/edit-light.png
rename : browser/themes/winstripe/tabview/grain.png => browser/themes/windows/tabview/grain.png
rename : browser/themes/winstripe/tabview/search.png => browser/themes/windows/tabview/search.png
rename : browser/themes/winstripe/tabview/stack-expander.png => browser/themes/windows/tabview/stack-expander.png
rename : browser/themes/winstripe/tabview/tabview-inverted.png => browser/themes/windows/tabview/tabview-inverted.png
rename : browser/themes/winstripe/tabview/tabview.css => browser/themes/windows/tabview/tabview.css
rename : browser/themes/winstripe/tabview/tabview.png => browser/themes/windows/tabview/tabview.png
rename : browser/themes/winstripe/toolbarbutton-dropdown-arrow-inverted.png => browser/themes/windows/toolbarbutton-dropdown-arrow-inverted.png
rename : browser/themes/winstripe/toolbarbutton-dropdown-arrow.png => browser/themes/windows/toolbarbutton-dropdown-arrow.png
rename : browser/themes/winstripe/urlbar-arrow.png => browser/themes/windows/urlbar-arrow.png
rename : browser/themes/winstripe/urlbar-history-dropmarker.png => browser/themes/windows/urlbar-history-dropmarker.png
rename : browser/themes/winstripe/urlbar-popup-blocked.png => browser/themes/windows/urlbar-popup-blocked.png
rename : browser/themes/winstripe/webRTC-shareDevice-16.png => browser/themes/windows/webRTC-shareDevice-16.png
rename : browser/themes/winstripe/webRTC-shareDevice-64.png => browser/themes/windows/webRTC-shareDevice-64.png
rename : browser/themes/winstripe/webRTC-sharingDevice-16.png => browser/themes/windows/webRTC-sharingDevice-16.png
rename : browser/themes/winstripe/webapps-16.png => browser/themes/windows/webapps-16.png
rename : browser/themes/winstripe/webapps-64.png => browser/themes/windows/webapps-64.png
rename : toolkit/themes/gnomestripe/Makefile.in => toolkit/themes/linux/Makefile.in
rename : toolkit/themes/gnomestripe/global/Makefile.in => toolkit/themes/linux/global/Makefile.in
rename : toolkit/themes/gnomestripe/global/alerts/alert.css => toolkit/themes/linux/global/alerts/alert.css
rename : toolkit/themes/gnomestripe/global/autocomplete.css => toolkit/themes/linux/global/autocomplete.css
rename : toolkit/themes/gnomestripe/global/button.css => toolkit/themes/linux/global/button.css
rename : toolkit/themes/gnomestripe/global/checkbox.css => toolkit/themes/linux/global/checkbox.css
rename : toolkit/themes/gnomestripe/global/colorpicker.css => toolkit/themes/linux/global/colorpicker.css
rename : toolkit/themes/gnomestripe/global/commonDialog.css => toolkit/themes/linux/global/commonDialog.css
rename : toolkit/themes/gnomestripe/global/console/console-toolbar.png => toolkit/themes/linux/global/console/console-toolbar.png
rename : toolkit/themes/gnomestripe/global/console/console.css => toolkit/themes/linux/global/console/console.css
rename : toolkit/themes/gnomestripe/global/console/console.png => toolkit/themes/linux/global/console/console.png
rename : toolkit/themes/gnomestripe/global/dirListing/remote.png => toolkit/themes/linux/global/dirListing/remote.png
rename : toolkit/themes/gnomestripe/global/dropmarker.css => toolkit/themes/linux/global/dropmarker.css
rename : toolkit/themes/gnomestripe/global/filepicker.css => toolkit/themes/linux/global/filepicker.css
rename : toolkit/themes/gnomestripe/global/filepicker/Filepicker.png => toolkit/themes/linux/global/filepicker/Filepicker.png
rename : toolkit/themes/gnomestripe/global/findBar.css => toolkit/themes/linux/global/findBar.css
rename : toolkit/themes/gnomestripe/global/global.css => toolkit/themes/linux/global/global.css
rename : toolkit/themes/gnomestripe/global/groupbox.css => toolkit/themes/linux/global/groupbox.css
rename : toolkit/themes/gnomestripe/global/icons/Authentication.png => toolkit/themes/linux/global/icons/Authentication.png
rename : toolkit/themes/gnomestripe/global/icons/autoscroll.png => toolkit/themes/linux/global/icons/autoscroll.png
rename : toolkit/themes/gnomestripe/global/icons/blacklist_favicon.png => toolkit/themes/linux/global/icons/blacklist_favicon.png
rename : toolkit/themes/gnomestripe/global/icons/blacklist_large.png => toolkit/themes/linux/global/icons/blacklist_large.png
rename : toolkit/themes/gnomestripe/global/icons/errorGhosted-64.png => toolkit/themes/linux/global/icons/errorGhosted-64.png
rename : toolkit/themes/gnomestripe/global/icons/find.png => toolkit/themes/linux/global/icons/find.png
rename : toolkit/themes/gnomestripe/global/icons/informationGhosted-64.png => toolkit/themes/linux/global/icons/informationGhosted-64.png
rename : toolkit/themes/gnomestripe/global/icons/loading_16.png => toolkit/themes/linux/global/icons/loading_16.png
rename : toolkit/themes/gnomestripe/global/icons/notloading_16.png => toolkit/themes/linux/global/icons/notloading_16.png
rename : toolkit/themes/gnomestripe/global/icons/panelarrow-horizontal.svg => toolkit/themes/linux/global/icons/panelarrow-horizontal.svg
rename : toolkit/themes/gnomestripe/global/icons/panelarrow-vertical.svg => toolkit/themes/linux/global/icons/panelarrow-vertical.svg
rename : toolkit/themes/gnomestripe/global/icons/questionGhosted-64.png => toolkit/themes/linux/global/icons/questionGhosted-64.png
rename : toolkit/themes/gnomestripe/global/icons/resizer-rtl.png => toolkit/themes/linux/global/icons/resizer-rtl.png
rename : toolkit/themes/gnomestripe/global/icons/resizer.png => toolkit/themes/linux/global/icons/resizer.png
rename : toolkit/themes/gnomestripe/global/icons/sslWarning.png => toolkit/themes/linux/global/icons/sslWarning.png
rename : toolkit/themes/gnomestripe/global/icons/warningGhosted-64.png => toolkit/themes/linux/global/icons/warningGhosted-64.png
rename : toolkit/themes/gnomestripe/global/icons/wrap.png => toolkit/themes/linux/global/icons/wrap.png
rename : toolkit/themes/gnomestripe/global/inContentUI.css => toolkit/themes/linux/global/inContentUI.css
rename : toolkit/themes/gnomestripe/global/jar.mn => toolkit/themes/linux/global/jar.mn
rename : toolkit/themes/gnomestripe/global/listbox.css => toolkit/themes/linux/global/listbox.css
rename : toolkit/themes/gnomestripe/global/menu.css => toolkit/themes/linux/global/menu.css
rename : toolkit/themes/gnomestripe/global/menulist.css => toolkit/themes/linux/global/menulist.css
rename : toolkit/themes/gnomestripe/global/netError.css => toolkit/themes/linux/global/netError.css
rename : toolkit/themes/gnomestripe/global/notification.css => toolkit/themes/linux/global/notification.css
rename : toolkit/themes/gnomestripe/global/numberbox.css => toolkit/themes/linux/global/numberbox.css
rename : toolkit/themes/gnomestripe/global/popup.css => toolkit/themes/linux/global/popup.css
rename : toolkit/themes/gnomestripe/global/preferences.css => toolkit/themes/linux/global/preferences.css
rename : toolkit/themes/gnomestripe/global/printPageSetup.css => toolkit/themes/linux/global/printPageSetup.css
rename : toolkit/themes/gnomestripe/global/printPreview.css => toolkit/themes/linux/global/printPreview.css
rename : toolkit/themes/gnomestripe/global/radio.css => toolkit/themes/linux/global/radio.css
rename : toolkit/themes/gnomestripe/global/scrollbox.css => toolkit/themes/linux/global/scrollbox.css
rename : toolkit/themes/gnomestripe/global/splitter.css => toolkit/themes/linux/global/splitter.css
rename : toolkit/themes/gnomestripe/global/tabbox.css => toolkit/themes/linux/global/tabbox.css
rename : toolkit/themes/gnomestripe/global/textbox.css => toolkit/themes/linux/global/textbox.css
rename : toolkit/themes/gnomestripe/global/toolbar.css => toolkit/themes/linux/global/toolbar.css
rename : toolkit/themes/gnomestripe/global/toolbar/spring.png => toolkit/themes/linux/global/toolbar/spring.png
rename : toolkit/themes/gnomestripe/global/toolbarbutton.css => toolkit/themes/linux/global/toolbarbutton.css
rename : toolkit/themes/gnomestripe/global/tree.css => toolkit/themes/linux/global/tree.css
rename : toolkit/themes/gnomestripe/help/Makefile.in => toolkit/themes/linux/help/Makefile.in
rename : toolkit/themes/gnomestripe/help/help.css => toolkit/themes/linux/help/help.css
rename : toolkit/themes/gnomestripe/help/jar.mn => toolkit/themes/linux/help/jar.mn
rename : toolkit/themes/gnomestripe/mozapps/Makefile.in => toolkit/themes/linux/mozapps/Makefile.in
rename : toolkit/themes/gnomestripe/mozapps/downloads/downloadIcon.png => toolkit/themes/linux/mozapps/downloads/downloadIcon.png
rename : toolkit/themes/gnomestripe/mozapps/downloads/downloads.css => toolkit/themes/linux/mozapps/downloads/downloads.css
rename : toolkit/themes/gnomestripe/mozapps/extensions/category-available.png => toolkit/themes/linux/mozapps/extensions/category-available.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/category-dictionaries.png => toolkit/themes/linux/mozapps/extensions/category-dictionaries.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/category-discover.png => toolkit/themes/linux/mozapps/extensions/category-discover.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/category-plugins.png => toolkit/themes/linux/mozapps/extensions/category-plugins.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/category-recent.png => toolkit/themes/linux/mozapps/extensions/category-recent.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/category-search.png => toolkit/themes/linux/mozapps/extensions/category-search.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/dictionaryGeneric-16.png => toolkit/themes/linux/mozapps/extensions/dictionaryGeneric-16.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/dictionaryGeneric.png => toolkit/themes/linux/mozapps/extensions/dictionaryGeneric.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/extensionGeneric-16.png => toolkit/themes/linux/mozapps/extensions/extensionGeneric-16.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/extensionGeneric.png => toolkit/themes/linux/mozapps/extensions/extensionGeneric.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/extensions.css => toolkit/themes/linux/mozapps/extensions/extensions.css
rename : toolkit/themes/gnomestripe/mozapps/extensions/localeGeneric.png => toolkit/themes/linux/mozapps/extensions/localeGeneric.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/newaddon.css => toolkit/themes/linux/mozapps/extensions/newaddon.css
rename : toolkit/themes/gnomestripe/mozapps/extensions/selectAddons.css => toolkit/themes/linux/mozapps/extensions/selectAddons.css
rename : toolkit/themes/gnomestripe/mozapps/extensions/themeGeneric-16.png => toolkit/themes/linux/mozapps/extensions/themeGeneric-16.png
rename : toolkit/themes/gnomestripe/mozapps/extensions/themeGeneric.png => toolkit/themes/linux/mozapps/extensions/themeGeneric.png
rename : toolkit/themes/gnomestripe/mozapps/jar.mn => toolkit/themes/linux/mozapps/jar.mn
rename : toolkit/themes/gnomestripe/mozapps/passwordmgr/key-16.png => toolkit/themes/linux/mozapps/passwordmgr/key-16.png
rename : toolkit/themes/gnomestripe/mozapps/passwordmgr/key-64.png => toolkit/themes/linux/mozapps/passwordmgr/key-64.png
rename : toolkit/themes/gnomestripe/mozapps/places/defaultFavicon.png => toolkit/themes/linux/mozapps/places/defaultFavicon.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginBlocked-16.png => toolkit/themes/linux/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginBlocked.png => toolkit/themes/linux/mozapps/plugins/pluginBlocked.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginDisabled-16.png => toolkit/themes/linux/mozapps/plugins/pluginDisabled-16.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginDisabled.png => toolkit/themes/linux/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/linux/mozapps/plugins/pluginGeneric-16.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/linux/mozapps/plugins/pluginGeneric.png
rename : toolkit/themes/gnomestripe/mozapps/profile/profileicon.png => toolkit/themes/linux/mozapps/profile/profileicon.png
rename : toolkit/themes/gnomestripe/mozapps/update/updates.css => toolkit/themes/linux/mozapps/update/updates.css
rename : toolkit/themes/gnomestripe/mozapps/viewsource/viewsource.css => toolkit/themes/linux/mozapps/viewsource/viewsource.css
rename : toolkit/themes/pmstripe/global/Makefile.in => toolkit/themes/os2/global/Makefile.in
rename : toolkit/themes/pmstripe/global/arrow/arrow-dn-dis.gif => toolkit/themes/os2/global/arrow/arrow-dn-dis.gif
rename : toolkit/themes/pmstripe/global/arrow/arrow-dn.gif => toolkit/themes/os2/global/arrow/arrow-dn.gif
rename : toolkit/themes/pmstripe/global/arrow/arrow-lft-dis.gif => toolkit/themes/os2/global/arrow/arrow-lft-dis.gif
rename : toolkit/themes/pmstripe/global/arrow/arrow-lft.gif => toolkit/themes/os2/global/arrow/arrow-lft.gif
rename : toolkit/themes/pmstripe/global/arrow/arrow-rit-dis.gif => toolkit/themes/os2/global/arrow/arrow-rit-dis.gif
rename : toolkit/themes/pmstripe/global/arrow/arrow-rit.gif => toolkit/themes/os2/global/arrow/arrow-rit.gif
rename : toolkit/themes/pmstripe/global/arrow/arrow-up-dis.gif => toolkit/themes/os2/global/arrow/arrow-up-dis.gif
rename : toolkit/themes/pmstripe/global/arrow/arrow-up.gif => toolkit/themes/os2/global/arrow/arrow-up.gif
rename : toolkit/themes/pmstripe/global/arrow/thumb-hrz.gif => toolkit/themes/os2/global/arrow/thumb-hrz.gif
rename : toolkit/themes/pmstripe/global/arrow/thumb-vrt.gif => toolkit/themes/os2/global/arrow/thumb-vrt.gif
rename : toolkit/themes/pmstripe/global/jar.mn => toolkit/themes/os2/global/jar.mn
rename : toolkit/themes/pmstripe/global/menu.css => toolkit/themes/os2/global/menu.css
rename : toolkit/themes/pmstripe/global/menu/Menu-arrow.png => toolkit/themes/os2/global/menu/Menu-arrow.png
rename : toolkit/themes/pmstripe/global/menu/menu-check.gif => toolkit/themes/os2/global/menu/menu-check.gif
rename : toolkit/themes/pmstripe/global/popup.css => toolkit/themes/os2/global/popup.css
rename : toolkit/themes/pmstripe/global/toolbar.css => toolkit/themes/os2/global/toolbar.css
rename : toolkit/themes/pmstripe/global/xulscrollbars.css => toolkit/themes/os2/global/xulscrollbars.css
rename : toolkit/themes/pinstripe/Makefile.in => toolkit/themes/osx/Makefile.in
rename : toolkit/themes/pinstripe/global/10pct_transparent_grey.png => toolkit/themes/osx/global/10pct_transparent_grey.png
rename : toolkit/themes/pinstripe/global/50pct_transparent_grey.png => toolkit/themes/osx/global/50pct_transparent_grey.png
rename : toolkit/themes/pinstripe/global/Makefile.in => toolkit/themes/osx/global/Makefile.in
rename : toolkit/themes/pinstripe/global/arrow.css => toolkit/themes/osx/global/arrow.css
rename : toolkit/themes/pinstripe/global/arrow/arrow-dn-dis.gif => toolkit/themes/osx/global/arrow/arrow-dn-dis.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-dn-dis.png => toolkit/themes/osx/global/arrow/arrow-dn-dis.png
rename : toolkit/themes/pinstripe/global/arrow/arrow-dn-sharp.gif => toolkit/themes/osx/global/arrow/arrow-dn-sharp.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-dn.gif => toolkit/themes/osx/global/arrow/arrow-dn.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-dn.png => toolkit/themes/osx/global/arrow/arrow-dn.png
rename : toolkit/themes/pinstripe/global/arrow/arrow-lft-dis.gif => toolkit/themes/osx/global/arrow/arrow-lft-dis.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-lft-hov.gif => toolkit/themes/osx/global/arrow/arrow-lft-hov.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-lft-sharp-end.gif => toolkit/themes/osx/global/arrow/arrow-lft-sharp-end.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-lft-sharp.gif => toolkit/themes/osx/global/arrow/arrow-lft-sharp.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-lft.gif => toolkit/themes/osx/global/arrow/arrow-lft.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-rit-dis.gif => toolkit/themes/osx/global/arrow/arrow-rit-dis.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-rit-hov.gif => toolkit/themes/osx/global/arrow/arrow-rit-hov.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-rit-sharp-end.gif => toolkit/themes/osx/global/arrow/arrow-rit-sharp-end.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-rit-sharp.gif => toolkit/themes/osx/global/arrow/arrow-rit-sharp.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-rit.gif => toolkit/themes/osx/global/arrow/arrow-rit.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-up-dis.gif => toolkit/themes/osx/global/arrow/arrow-up-dis.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-up-sharp.gif => toolkit/themes/osx/global/arrow/arrow-up-sharp.gif
rename : toolkit/themes/pinstripe/global/arrow/arrow-up.gif => toolkit/themes/osx/global/arrow/arrow-up.gif
rename : toolkit/themes/pinstripe/global/arrow/panelarrow-horizontal.png => toolkit/themes/osx/global/arrow/panelarrow-horizontal.png
rename : toolkit/themes/pinstripe/global/arrow/panelarrow-horizontal@2x.png => toolkit/themes/osx/global/arrow/panelarrow-horizontal@2x.png
rename : toolkit/themes/pinstripe/global/arrow/panelarrow-light-vertical.png => toolkit/themes/osx/global/arrow/panelarrow-light-vertical.png
rename : toolkit/themes/pinstripe/global/arrow/panelarrow-light-vertical@2x.png => toolkit/themes/osx/global/arrow/panelarrow-light-vertical@2x.png
rename : toolkit/themes/pinstripe/global/arrow/panelarrow-vertical.png => toolkit/themes/osx/global/arrow/panelarrow-vertical.png
rename : toolkit/themes/pinstripe/global/arrow/panelarrow-vertical@2x.png => toolkit/themes/osx/global/arrow/panelarrow-vertical@2x.png
rename : toolkit/themes/pinstripe/global/autocomplete.css => toolkit/themes/osx/global/autocomplete.css
rename : toolkit/themes/pinstripe/global/button.css => toolkit/themes/osx/global/button.css
rename : toolkit/themes/pinstripe/global/checkbox.css => toolkit/themes/osx/global/checkbox.css
rename : toolkit/themes/pinstripe/global/checkbox/cbox-check-dis.gif => toolkit/themes/osx/global/checkbox/cbox-check-dis.gif
rename : toolkit/themes/pinstripe/global/checkbox/cbox-check.gif => toolkit/themes/osx/global/checkbox/cbox-check.gif
rename : toolkit/themes/pinstripe/global/colorpicker.css => toolkit/themes/osx/global/colorpicker.css
rename : toolkit/themes/pinstripe/global/commonDialog.css => toolkit/themes/osx/global/commonDialog.css
rename : toolkit/themes/pinstripe/global/config.css => toolkit/themes/osx/global/config.css
rename : toolkit/themes/pinstripe/global/console/console-error-caret.gif => toolkit/themes/osx/global/console/console-error-caret.gif
rename : toolkit/themes/pinstripe/global/console/console-error-dash.gif => toolkit/themes/osx/global/console/console-error-dash.gif
rename : toolkit/themes/pinstripe/global/console/console.css => toolkit/themes/osx/global/console/console.css
rename : toolkit/themes/pinstripe/global/customizeToolbar.css => toolkit/themes/osx/global/customizeToolbar.css
rename : toolkit/themes/pinstripe/global/datetimepicker.css => toolkit/themes/osx/global/datetimepicker.css
rename : toolkit/themes/pinstripe/global/dialog.css => toolkit/themes/osx/global/dialog.css
rename : toolkit/themes/pinstripe/global/dirListing/dirListing.css => toolkit/themes/osx/global/dirListing/dirListing.css
rename : toolkit/themes/pinstripe/global/dirListing/folder.png => toolkit/themes/osx/global/dirListing/folder.png
rename : toolkit/themes/pinstripe/global/dirListing/remote.png => toolkit/themes/osx/global/dirListing/remote.png
rename : toolkit/themes/pinstripe/global/dirListing/up.png => toolkit/themes/osx/global/dirListing/up.png
rename : toolkit/themes/pinstripe/global/dropmarker.css => toolkit/themes/osx/global/dropmarker.css
rename : toolkit/themes/pinstripe/global/filefield.css => toolkit/themes/osx/global/filefield.css
rename : toolkit/themes/pinstripe/global/filepicker.css => toolkit/themes/osx/global/filepicker.css
rename : toolkit/themes/pinstripe/global/filters.svg => toolkit/themes/osx/global/filters.svg
rename : toolkit/themes/pinstripe/global/findBar.css => toolkit/themes/osx/global/findBar.css
rename : toolkit/themes/pinstripe/global/global.css => toolkit/themes/osx/global/global.css
rename : toolkit/themes/pinstripe/global/groupbox.css => toolkit/themes/osx/global/groupbox.css
rename : toolkit/themes/pinstripe/global/icons/Error.png => toolkit/themes/osx/global/icons/Error.png
rename : toolkit/themes/pinstripe/global/icons/autocomplete-dropmarker.png => toolkit/themes/osx/global/icons/autocomplete-dropmarker.png
rename : toolkit/themes/pinstripe/global/icons/autoscroll.png => toolkit/themes/osx/global/icons/autoscroll.png
rename : toolkit/themes/pinstripe/global/icons/blacklist_64.png => toolkit/themes/osx/global/icons/blacklist_64.png
rename : toolkit/themes/pinstripe/global/icons/blacklist_favicon.png => toolkit/themes/osx/global/icons/blacklist_favicon.png
rename : toolkit/themes/pinstripe/global/icons/checkbox.png => toolkit/themes/osx/global/icons/checkbox.png
rename : toolkit/themes/pinstripe/global/icons/checkbox@2x.png => toolkit/themes/osx/global/icons/checkbox@2x.png
rename : toolkit/themes/pinstripe/global/icons/chevron.png => toolkit/themes/osx/global/icons/chevron.png
rename : toolkit/themes/pinstripe/global/icons/chevron@2x.png => toolkit/themes/osx/global/icons/chevron@2x.png
rename : toolkit/themes/pinstripe/global/icons/close-sidebar.png => toolkit/themes/osx/global/icons/close-sidebar.png
rename : toolkit/themes/pinstripe/global/icons/close.png => toolkit/themes/osx/global/icons/close.png
rename : toolkit/themes/pinstripe/global/icons/close@2x.png => toolkit/themes/osx/global/icons/close@2x.png
rename : toolkit/themes/pinstripe/global/icons/error-16.png => toolkit/themes/osx/global/icons/error-16.png
rename : toolkit/themes/pinstripe/global/icons/error-24.png => toolkit/themes/osx/global/icons/error-24.png
rename : toolkit/themes/pinstripe/global/icons/error-64.png => toolkit/themes/osx/global/icons/error-64.png
rename : toolkit/themes/pinstripe/global/icons/error-large.png => toolkit/themes/osx/global/icons/error-large.png
rename : toolkit/themes/pinstripe/global/icons/information-16.png => toolkit/themes/osx/global/icons/information-16.png
rename : toolkit/themes/pinstripe/global/icons/information-24.png => toolkit/themes/osx/global/icons/information-24.png
rename : toolkit/themes/pinstripe/global/icons/information-32.png => toolkit/themes/osx/global/icons/information-32.png
rename : toolkit/themes/pinstripe/global/icons/information-64.png => toolkit/themes/osx/global/icons/information-64.png
rename : toolkit/themes/pinstripe/global/icons/information-large.png => toolkit/themes/osx/global/icons/information-large.png
rename : toolkit/themes/pinstripe/global/icons/loading_16.png => toolkit/themes/osx/global/icons/loading_16.png
rename : toolkit/themes/pinstripe/global/icons/menulist-dropmarker.png => toolkit/themes/osx/global/icons/menulist-dropmarker.png
rename : toolkit/themes/pinstripe/global/icons/notfound.png => toolkit/themes/osx/global/icons/notfound.png
rename : toolkit/themes/pinstripe/global/icons/notloading_16.png => toolkit/themes/osx/global/icons/notloading_16.png
rename : toolkit/themes/pinstripe/global/icons/panebutton-active.png => toolkit/themes/osx/global/icons/panebutton-active.png
rename : toolkit/themes/pinstripe/global/icons/panebutton-inactive.png => toolkit/themes/osx/global/icons/panebutton-inactive.png
rename : toolkit/themes/pinstripe/global/icons/panel-dropmarker.png => toolkit/themes/osx/global/icons/panel-dropmarker.png
rename : toolkit/themes/pinstripe/global/icons/question-16.png => toolkit/themes/osx/global/icons/question-16.png
rename : toolkit/themes/pinstripe/global/icons/question-24.png => toolkit/themes/osx/global/icons/question-24.png
rename : toolkit/themes/pinstripe/global/icons/question-32.png => toolkit/themes/osx/global/icons/question-32.png
rename : toolkit/themes/pinstripe/global/icons/question-64.png => toolkit/themes/osx/global/icons/question-64.png
rename : toolkit/themes/pinstripe/global/icons/question-large.png => toolkit/themes/osx/global/icons/question-large.png
rename : toolkit/themes/pinstripe/global/icons/question-mark.png => toolkit/themes/osx/global/icons/question-mark.png
rename : toolkit/themes/pinstripe/global/icons/resizer-rtl.png => toolkit/themes/osx/global/icons/resizer-rtl.png
rename : toolkit/themes/pinstripe/global/icons/resizer-rtl@2x.png => toolkit/themes/osx/global/icons/resizer-rtl@2x.png
rename : toolkit/themes/pinstripe/global/icons/resizer.png => toolkit/themes/osx/global/icons/resizer.png
rename : toolkit/themes/pinstripe/global/icons/resizer@2x.png => toolkit/themes/osx/global/icons/resizer@2x.png
rename : toolkit/themes/pinstripe/global/icons/search-textbox.png => toolkit/themes/osx/global/icons/search-textbox.png
rename : toolkit/themes/pinstripe/global/icons/searchfield-regular-cancel.png => toolkit/themes/osx/global/icons/searchfield-regular-cancel.png
rename : toolkit/themes/pinstripe/global/icons/searchfield-small-cancel.png => toolkit/themes/osx/global/icons/searchfield-small-cancel.png
rename : toolkit/themes/pinstripe/global/icons/sslWarning.png => toolkit/themes/osx/global/icons/sslWarning.png
rename : toolkit/themes/pinstripe/global/icons/tabprompts-bgtexture.png => toolkit/themes/osx/global/icons/tabprompts-bgtexture.png
rename : toolkit/themes/pinstripe/global/icons/warning-16.png => toolkit/themes/osx/global/icons/warning-16.png
rename : toolkit/themes/pinstripe/global/icons/warning-24.png => toolkit/themes/osx/global/icons/warning-24.png
rename : toolkit/themes/pinstripe/global/icons/warning-32.png => toolkit/themes/osx/global/icons/warning-32.png
rename : toolkit/themes/pinstripe/global/icons/warning-64.png => toolkit/themes/osx/global/icons/warning-64.png
rename : toolkit/themes/pinstripe/global/icons/warning-large.png => toolkit/themes/osx/global/icons/warning-large.png
rename : toolkit/themes/pinstripe/global/inContentUI.css => toolkit/themes/osx/global/inContentUI.css
rename : toolkit/themes/pinstripe/global/inContentUI/background-texture.png => toolkit/themes/osx/global/inContentUI/background-texture.png
rename : toolkit/themes/pinstripe/global/jar.mn => toolkit/themes/osx/global/jar.mn
rename : toolkit/themes/pinstripe/global/linkTree.css => toolkit/themes/osx/global/linkTree.css
rename : toolkit/themes/pinstripe/global/listbox.css => toolkit/themes/osx/global/listbox.css
rename : toolkit/themes/pinstripe/global/media/TopLevelImageDocument.css => toolkit/themes/osx/global/media/TopLevelImageDocument.css
rename : toolkit/themes/pinstripe/global/media/TopLevelVideoDocument.css => toolkit/themes/osx/global/media/TopLevelVideoDocument.css
rename : toolkit/themes/pinstripe/global/media/clicktoplay-bgtexture.png => toolkit/themes/osx/global/media/clicktoplay-bgtexture.png
rename : toolkit/themes/pinstripe/global/media/error.png => toolkit/themes/osx/global/media/error.png
rename : toolkit/themes/pinstripe/global/media/fullscreenButton.png => toolkit/themes/osx/global/media/fullscreenButton.png
rename : toolkit/themes/pinstripe/global/media/fullscreenButton@2x.png => toolkit/themes/osx/global/media/fullscreenButton@2x.png
rename : toolkit/themes/pinstripe/global/media/imagedoc-darknoise.png => toolkit/themes/osx/global/media/imagedoc-darknoise.png
rename : toolkit/themes/pinstripe/global/media/imagedoc-lightnoise.png => toolkit/themes/osx/global/media/imagedoc-lightnoise.png
rename : toolkit/themes/pinstripe/global/media/muteButton.png => toolkit/themes/osx/global/media/muteButton.png
rename : toolkit/themes/pinstripe/global/media/muteButton@2x.png => toolkit/themes/osx/global/media/muteButton@2x.png
rename : toolkit/themes/pinstripe/global/media/noAudio.png => toolkit/themes/osx/global/media/noAudio.png
rename : toolkit/themes/pinstripe/global/media/noAudio@2x.png => toolkit/themes/osx/global/media/noAudio@2x.png
rename : toolkit/themes/pinstripe/global/media/pauseButton.png => toolkit/themes/osx/global/media/pauseButton.png
rename : toolkit/themes/pinstripe/global/media/pauseButton@2x.png => toolkit/themes/osx/global/media/pauseButton@2x.png
rename : toolkit/themes/pinstripe/global/media/playButton.png => toolkit/themes/osx/global/media/playButton.png
rename : toolkit/themes/pinstripe/global/media/playButton@2x.png => toolkit/themes/osx/global/media/playButton@2x.png
rename : toolkit/themes/pinstripe/global/media/scrubberThumb.png => toolkit/themes/osx/global/media/scrubberThumb.png
rename : toolkit/themes/pinstripe/global/media/scrubberThumb@2x.png => toolkit/themes/osx/global/media/scrubberThumb@2x.png
rename : toolkit/themes/pinstripe/global/media/scrubberThumbWide.png => toolkit/themes/osx/global/media/scrubberThumbWide.png
rename : toolkit/themes/pinstripe/global/media/scrubberThumbWide@2x.png => toolkit/themes/osx/global/media/scrubberThumbWide@2x.png
rename : toolkit/themes/pinstripe/global/media/stalled.png => toolkit/themes/osx/global/media/stalled.png
rename : toolkit/themes/pinstripe/global/media/throbber.png => toolkit/themes/osx/global/media/throbber.png
rename : toolkit/themes/pinstripe/global/media/unmuteButton.png => toolkit/themes/osx/global/media/unmuteButton.png
rename : toolkit/themes/pinstripe/global/media/unmuteButton@2x.png => toolkit/themes/osx/global/media/unmuteButton@2x.png
rename : toolkit/themes/pinstripe/global/media/videoClickToPlayButton.svg => toolkit/themes/osx/global/media/videoClickToPlayButton.svg
rename : toolkit/themes/pinstripe/global/media/videocontrols.css => toolkit/themes/osx/global/media/videocontrols.css
rename : toolkit/themes/pinstripe/global/media/volumeThumb.png => toolkit/themes/osx/global/media/volumeThumb.png
rename : toolkit/themes/pinstripe/global/media/volumeThumb@2x.png => toolkit/themes/osx/global/media/volumeThumb@2x.png
rename : toolkit/themes/pinstripe/global/menu.css => toolkit/themes/osx/global/menu.css
rename : toolkit/themes/pinstripe/global/menu/menu-arrow.png => toolkit/themes/osx/global/menu/menu-arrow.png
rename : toolkit/themes/pinstripe/global/menu/menu-check.png => toolkit/themes/osx/global/menu/menu-check.png
rename : toolkit/themes/pinstripe/global/menulist.css => toolkit/themes/osx/global/menulist.css
rename : toolkit/themes/pinstripe/global/nativescrollbars.css => toolkit/themes/osx/global/nativescrollbars.css
rename : toolkit/themes/pinstripe/global/netError.css => toolkit/themes/osx/global/netError.css
rename : toolkit/themes/pinstripe/global/notification.css => toolkit/themes/osx/global/notification.css
rename : toolkit/themes/pinstripe/global/notification/close.png => toolkit/themes/osx/global/notification/close.png
rename : toolkit/themes/pinstripe/global/notification/critical-bar-background.png => toolkit/themes/osx/global/notification/critical-bar-background.png
rename : toolkit/themes/pinstripe/global/notification/error-icon.png => toolkit/themes/osx/global/notification/error-icon.png
rename : toolkit/themes/pinstripe/global/notification/info-bar-background.png => toolkit/themes/osx/global/notification/info-bar-background.png
rename : toolkit/themes/pinstripe/global/notification/info-icon.png => toolkit/themes/osx/global/notification/info-icon.png
rename : toolkit/themes/pinstripe/global/notification/warning-bar-background.png => toolkit/themes/osx/global/notification/warning-bar-background.png
rename : toolkit/themes/pinstripe/global/notification/warning-icon.png => toolkit/themes/osx/global/notification/warning-icon.png
rename : toolkit/themes/pinstripe/global/numberbox.css => toolkit/themes/osx/global/numberbox.css
rename : toolkit/themes/pinstripe/global/passwordmgr.css => toolkit/themes/osx/global/passwordmgr.css
rename : toolkit/themes/pinstripe/global/popup.css => toolkit/themes/osx/global/popup.css
rename : toolkit/themes/pinstripe/global/preferences.css => toolkit/themes/osx/global/preferences.css
rename : toolkit/themes/pinstripe/global/progressmeter.css => toolkit/themes/osx/global/progressmeter.css
rename : toolkit/themes/pinstripe/global/radio.css => toolkit/themes/osx/global/radio.css
rename : toolkit/themes/pinstripe/global/resizer.css => toolkit/themes/osx/global/resizer.css
rename : toolkit/themes/pinstripe/global/richlistbox.css => toolkit/themes/osx/global/richlistbox.css
rename : toolkit/themes/pinstripe/global/scale.css => toolkit/themes/osx/global/scale.css
rename : toolkit/themes/pinstripe/global/scale/scale-tray-horiz.gif => toolkit/themes/osx/global/scale/scale-tray-horiz.gif
rename : toolkit/themes/pinstripe/global/scale/scale-tray-vert.gif => toolkit/themes/osx/global/scale/scale-tray-vert.gif
rename : toolkit/themes/pinstripe/global/scrollbox.css => toolkit/themes/osx/global/scrollbox.css
rename : toolkit/themes/pinstripe/global/shared.inc => toolkit/themes/osx/global/shared.inc
rename : toolkit/themes/pinstripe/global/spinbuttons.css => toolkit/themes/osx/global/spinbuttons.css
rename : toolkit/themes/pinstripe/global/splitter.css => toolkit/themes/osx/global/splitter.css
rename : toolkit/themes/pinstripe/global/splitter/dimple.png => toolkit/themes/osx/global/splitter/dimple.png
rename : toolkit/themes/pinstripe/global/splitter/grip-bottom.gif => toolkit/themes/osx/global/splitter/grip-bottom.gif
rename : toolkit/themes/pinstripe/global/splitter/grip-left.gif => toolkit/themes/osx/global/splitter/grip-left.gif
rename : toolkit/themes/pinstripe/global/splitter/grip-right.gif => toolkit/themes/osx/global/splitter/grip-right.gif
rename : toolkit/themes/pinstripe/global/splitter/grip-top.gif => toolkit/themes/osx/global/splitter/grip-top.gif
rename : toolkit/themes/pinstripe/global/tabbox.css => toolkit/themes/osx/global/tabbox.css
rename : toolkit/themes/pinstripe/global/tabprompts.css => toolkit/themes/osx/global/tabprompts.css
rename : toolkit/themes/pinstripe/global/textbox.css => toolkit/themes/osx/global/textbox.css
rename : toolkit/themes/pinstripe/global/toolbar.css => toolkit/themes/osx/global/toolbar.css
rename : toolkit/themes/pinstripe/global/toolbar/spring.png => toolkit/themes/osx/global/toolbar/spring.png
rename : toolkit/themes/pinstripe/global/toolbar/toolbar-background-inactive.png => toolkit/themes/osx/global/toolbar/toolbar-background-inactive.png
rename : toolkit/themes/pinstripe/global/toolbar/toolbar-background.gif => toolkit/themes/osx/global/toolbar/toolbar-background.gif
rename : toolkit/themes/pinstripe/global/toolbar/toolbar-separator.png => toolkit/themes/osx/global/toolbar/toolbar-separator.png
rename : toolkit/themes/pinstripe/global/toolbarbutton.css => toolkit/themes/osx/global/toolbarbutton.css
rename : toolkit/themes/pinstripe/global/tree.css => toolkit/themes/osx/global/tree.css
rename : toolkit/themes/pinstripe/global/tree/columnpicker.gif => toolkit/themes/osx/global/tree/columnpicker.gif
rename : toolkit/themes/pinstripe/global/tree/folder.png => toolkit/themes/osx/global/tree/folder.png
rename : toolkit/themes/pinstripe/global/tree/folder@2x.png => toolkit/themes/osx/global/tree/folder@2x.png
rename : toolkit/themes/pinstripe/global/viewbuttons.css => toolkit/themes/osx/global/viewbuttons.css
rename : toolkit/themes/pinstripe/global/wizard.css => toolkit/themes/osx/global/wizard.css
rename : toolkit/themes/pinstripe/help/Makefile.in => toolkit/themes/osx/help/Makefile.in
rename : toolkit/themes/pinstripe/help/Toolbar.png => toolkit/themes/osx/help/Toolbar.png
rename : toolkit/themes/pinstripe/help/Weblink.png => toolkit/themes/osx/help/Weblink.png
rename : toolkit/themes/pinstripe/help/dropmark-nav.png => toolkit/themes/osx/help/dropmark-nav.png
rename : toolkit/themes/pinstripe/help/help.css => toolkit/themes/osx/help/help.css
rename : toolkit/themes/pinstripe/help/helpFileLayout.css => toolkit/themes/osx/help/helpFileLayout.css
rename : toolkit/themes/pinstripe/help/jar.mn => toolkit/themes/osx/help/jar.mn
rename : toolkit/themes/pinstripe/mochitests/Makefile.in => toolkit/themes/osx/mochitests/Makefile.in
rename : toolkit/themes/pinstripe/mochitests/test_bug510426.xul => toolkit/themes/osx/mochitests/test_bug510426.xul
rename : toolkit/themes/pinstripe/mozapps/Makefile.in => toolkit/themes/osx/mozapps/Makefile.in
rename : toolkit/themes/pinstripe/mozapps/downloads/buttons.png => toolkit/themes/osx/mozapps/downloads/buttons.png
rename : toolkit/themes/pinstripe/mozapps/downloads/downloadIcon.png => toolkit/themes/osx/mozapps/downloads/downloadIcon.png
rename : toolkit/themes/pinstripe/mozapps/downloads/downloads.css => toolkit/themes/osx/mozapps/downloads/downloads.css
rename : toolkit/themes/pinstripe/mozapps/downloads/unknownContentType.css => toolkit/themes/osx/mozapps/downloads/unknownContentType.css
rename : toolkit/themes/pinstripe/mozapps/extensions/about.css => toolkit/themes/osx/mozapps/extensions/about.css
rename : toolkit/themes/pinstripe/mozapps/extensions/alerticon-error.png => toolkit/themes/osx/mozapps/extensions/alerticon-error.png
rename : toolkit/themes/pinstripe/mozapps/extensions/alerticon-info-negative.png => toolkit/themes/osx/mozapps/extensions/alerticon-info-negative.png
rename : toolkit/themes/pinstripe/mozapps/extensions/alerticon-info-positive.png => toolkit/themes/osx/mozapps/extensions/alerticon-info-positive.png
rename : toolkit/themes/pinstripe/mozapps/extensions/alerticon-warning.png => toolkit/themes/osx/mozapps/extensions/alerticon-warning.png
rename : toolkit/themes/pinstripe/mozapps/extensions/blocklist.css => toolkit/themes/osx/mozapps/extensions/blocklist.css
rename : toolkit/themes/pinstripe/mozapps/extensions/cancel.png => toolkit/themes/osx/mozapps/extensions/cancel.png
rename : toolkit/themes/pinstripe/mozapps/extensions/category-available.png => toolkit/themes/osx/mozapps/extensions/category-available.png
rename : toolkit/themes/pinstripe/mozapps/extensions/category-dictionaries.png => toolkit/themes/osx/mozapps/extensions/category-dictionaries.png
rename : toolkit/themes/pinstripe/mozapps/extensions/category-discover.png => toolkit/themes/osx/mozapps/extensions/category-discover.png
rename : toolkit/themes/pinstripe/mozapps/extensions/category-plugins.png => toolkit/themes/osx/mozapps/extensions/category-plugins.png
rename : toolkit/themes/pinstripe/mozapps/extensions/category-recent.png => toolkit/themes/osx/mozapps/extensions/category-recent.png
rename : toolkit/themes/pinstripe/mozapps/extensions/category-search.png => toolkit/themes/osx/mozapps/extensions/category-search.png
rename : toolkit/themes/pinstripe/mozapps/extensions/category-searchengines.png => toolkit/themes/osx/mozapps/extensions/category-searchengines.png
rename : toolkit/themes/pinstripe/mozapps/extensions/dictionaryGeneric-16.png => toolkit/themes/osx/mozapps/extensions/dictionaryGeneric-16.png
rename : toolkit/themes/pinstripe/mozapps/extensions/dictionaryGeneric.png => toolkit/themes/osx/mozapps/extensions/dictionaryGeneric.png
rename : toolkit/themes/pinstripe/mozapps/extensions/discover-logo.png => toolkit/themes/osx/mozapps/extensions/discover-logo.png
rename : toolkit/themes/pinstripe/mozapps/extensions/eula.css => toolkit/themes/osx/mozapps/extensions/eula.css
rename : toolkit/themes/pinstripe/mozapps/extensions/extensionGeneric-16.png => toolkit/themes/osx/mozapps/extensions/extensionGeneric-16.png
rename : toolkit/themes/pinstripe/mozapps/extensions/extensionGeneric.png => toolkit/themes/osx/mozapps/extensions/extensionGeneric.png
rename : toolkit/themes/pinstripe/mozapps/extensions/extensions.css => toolkit/themes/osx/mozapps/extensions/extensions.css
rename : toolkit/themes/pinstripe/mozapps/extensions/extensions.svg => toolkit/themes/osx/mozapps/extensions/extensions.svg
rename : toolkit/themes/pinstripe/mozapps/extensions/heart.png => toolkit/themes/osx/mozapps/extensions/heart.png
rename : toolkit/themes/pinstripe/mozapps/extensions/localeGeneric.png => toolkit/themes/osx/mozapps/extensions/localeGeneric.png
rename : toolkit/themes/pinstripe/mozapps/extensions/navigation.png => toolkit/themes/osx/mozapps/extensions/navigation.png
rename : toolkit/themes/pinstripe/mozapps/extensions/newaddon.css => toolkit/themes/osx/mozapps/extensions/newaddon.css
rename : toolkit/themes/pinstripe/mozapps/extensions/rating-not-won.png => toolkit/themes/osx/mozapps/extensions/rating-not-won.png
rename : toolkit/themes/pinstripe/mozapps/extensions/rating-won.png => toolkit/themes/osx/mozapps/extensions/rating-won.png
rename : toolkit/themes/pinstripe/mozapps/extensions/search.png => toolkit/themes/osx/mozapps/extensions/search.png
rename : toolkit/themes/pinstripe/mozapps/extensions/selectAddons.css => toolkit/themes/osx/mozapps/extensions/selectAddons.css
rename : toolkit/themes/pinstripe/mozapps/extensions/stripes-error.png => toolkit/themes/osx/mozapps/extensions/stripes-error.png
rename : toolkit/themes/pinstripe/mozapps/extensions/stripes-info-negative.png => toolkit/themes/osx/mozapps/extensions/stripes-info-negative.png
rename : toolkit/themes/pinstripe/mozapps/extensions/stripes-info-positive.png => toolkit/themes/osx/mozapps/extensions/stripes-info-positive.png
rename : toolkit/themes/pinstripe/mozapps/extensions/stripes-warning.png => toolkit/themes/osx/mozapps/extensions/stripes-warning.png
rename : toolkit/themes/pinstripe/mozapps/extensions/themeGeneric-16.png => toolkit/themes/osx/mozapps/extensions/themeGeneric-16.png
rename : toolkit/themes/pinstripe/mozapps/extensions/themeGeneric.png => toolkit/themes/osx/mozapps/extensions/themeGeneric.png
rename : toolkit/themes/pinstripe/mozapps/extensions/toolbarbutton-dropmarker.png => toolkit/themes/osx/mozapps/extensions/toolbarbutton-dropmarker.png
rename : toolkit/themes/pinstripe/mozapps/extensions/update.css => toolkit/themes/osx/mozapps/extensions/update.css
rename : toolkit/themes/pinstripe/mozapps/extensions/utilities.png => toolkit/themes/osx/mozapps/extensions/utilities.png
rename : toolkit/themes/pinstripe/mozapps/extensions/xpinstallConfirm.css => toolkit/themes/osx/mozapps/extensions/xpinstallConfirm.css
rename : toolkit/themes/pinstripe/mozapps/handling/handling.css => toolkit/themes/osx/mozapps/handling/handling.css
rename : toolkit/themes/pinstripe/mozapps/jar.mn => toolkit/themes/osx/mozapps/jar.mn
rename : toolkit/themes/pinstripe/mozapps/passwordmgr/key-16.png => toolkit/themes/osx/mozapps/passwordmgr/key-16.png
rename : toolkit/themes/pinstripe/mozapps/passwordmgr/key-16@2x.png => toolkit/themes/osx/mozapps/passwordmgr/key-16@2x.png
rename : toolkit/themes/pinstripe/mozapps/passwordmgr/key-64.png => toolkit/themes/osx/mozapps/passwordmgr/key-64.png
rename : toolkit/themes/pinstripe/mozapps/passwordmgr/key.png => toolkit/themes/osx/mozapps/passwordmgr/key.png
rename : toolkit/themes/pinstripe/mozapps/places/defaultFavicon.png => toolkit/themes/osx/mozapps/places/defaultFavicon.png
rename : toolkit/themes/pinstripe/mozapps/places/defaultFavicon@2x.png => toolkit/themes/osx/mozapps/places/defaultFavicon@2x.png
rename : toolkit/themes/pinstripe/mozapps/plugins/contentPluginBlocked.png => toolkit/themes/osx/mozapps/plugins/contentPluginBlocked.png
rename : toolkit/themes/pinstripe/mozapps/plugins/contentPluginClickToPlay.png => toolkit/themes/osx/mozapps/plugins/contentPluginClickToPlay.png
rename : toolkit/themes/pinstripe/mozapps/plugins/contentPluginClickToPlayPlain.png => toolkit/themes/osx/mozapps/plugins/contentPluginClickToPlayPlain.png
rename : toolkit/themes/pinstripe/mozapps/plugins/contentPluginClose.png => toolkit/themes/osx/mozapps/plugins/contentPluginClose.png
rename : toolkit/themes/pinstripe/mozapps/plugins/contentPluginCrashed.png => toolkit/themes/osx/mozapps/plugins/contentPluginCrashed.png
rename : toolkit/themes/pinstripe/mozapps/plugins/contentPluginDisabled.png => toolkit/themes/osx/mozapps/plugins/contentPluginDisabled.png
rename : toolkit/themes/pinstripe/mozapps/plugins/contentPluginDownload.png => toolkit/themes/osx/mozapps/plugins/contentPluginDownload.png
rename : toolkit/themes/pinstripe/mozapps/plugins/contentPluginMissing.png => toolkit/themes/osx/mozapps/plugins/contentPluginMissing.png
rename : toolkit/themes/pinstripe/mozapps/plugins/notifyPluginGeneric.png => toolkit/themes/osx/mozapps/plugins/notifyPluginGeneric.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginBlocked-16.png => toolkit/themes/osx/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginBlocked-64.png => toolkit/themes/osx/mozapps/plugins/pluginBlocked-64.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginBlocked.png => toolkit/themes/osx/mozapps/plugins/pluginBlocked.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginDisabled-16.png => toolkit/themes/osx/mozapps/plugins/pluginDisabled-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginDisabled.png => toolkit/themes/osx/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/osx/mozapps/plugins/pluginGeneric-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/osx/mozapps/plugins/pluginGeneric.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginHelp-16.png => toolkit/themes/osx/mozapps/plugins/pluginHelp-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginProblem.css => toolkit/themes/osx/mozapps/plugins/pluginProblem.css
rename : toolkit/themes/pinstripe/mozapps/profile/profileSelection.css => toolkit/themes/osx/mozapps/profile/profileSelection.css
rename : toolkit/themes/pinstripe/mozapps/profile/profileicon-selected.png => toolkit/themes/osx/mozapps/profile/profileicon-selected.png
rename : toolkit/themes/pinstripe/mozapps/profile/profileicon.png => toolkit/themes/osx/mozapps/profile/profileicon.png
rename : toolkit/themes/pinstripe/mozapps/update/buttons.png => toolkit/themes/osx/mozapps/update/buttons.png
rename : toolkit/themes/pinstripe/mozapps/update/updates.css => toolkit/themes/osx/mozapps/update/updates.css
rename : toolkit/themes/pinstripe/mozapps/viewsource/viewsource.css => toolkit/themes/osx/mozapps/viewsource/viewsource.css
rename : toolkit/themes/pinstripe/reftests/482681-ref.xul => toolkit/themes/osx/reftests/482681-ref.xul
rename : toolkit/themes/pinstripe/reftests/482681.xul => toolkit/themes/osx/reftests/482681.xul
rename : toolkit/themes/pinstripe/reftests/baseline.xul => toolkit/themes/osx/reftests/baseline.xul
rename : toolkit/themes/pinstripe/reftests/checkboxsize-ref.xul => toolkit/themes/osx/reftests/checkboxsize-ref.xul
rename : toolkit/themes/pinstripe/reftests/checkboxsize.xul => toolkit/themes/osx/reftests/checkboxsize.xul
rename : toolkit/themes/pinstripe/reftests/nostretch-ref.xul => toolkit/themes/osx/reftests/nostretch-ref.xul
rename : toolkit/themes/pinstripe/reftests/nostretch.xul => toolkit/themes/osx/reftests/nostretch.xul
rename : toolkit/themes/pinstripe/reftests/radiosize-ref.xul => toolkit/themes/osx/reftests/radiosize-ref.xul
rename : toolkit/themes/pinstripe/reftests/radiosize.xul => toolkit/themes/osx/reftests/radiosize.xul
rename : toolkit/themes/pinstripe/reftests/reftest.list => toolkit/themes/osx/reftests/reftest.list
rename : toolkit/themes/winstripe/Makefile.in => toolkit/themes/windows/Makefile.in
rename : toolkit/themes/winstripe/global/Makefile.in => toolkit/themes/windows/global/Makefile.in
rename : toolkit/themes/winstripe/global/about.css => toolkit/themes/windows/global/about.css
rename : toolkit/themes/winstripe/global/aboutCache.css => toolkit/themes/windows/global/aboutCache.css
rename : toolkit/themes/winstripe/global/aboutCacheEntry.css => toolkit/themes/windows/global/aboutCacheEntry.css
rename : toolkit/themes/winstripe/global/aboutMemory.css => toolkit/themes/windows/global/aboutMemory.css
rename : toolkit/themes/winstripe/global/aboutSupport.css => toolkit/themes/windows/global/aboutSupport.css
rename : toolkit/themes/winstripe/global/alerts/alert.css => toolkit/themes/windows/global/alerts/alert.css
rename : toolkit/themes/winstripe/global/appPicker.css => toolkit/themes/windows/global/appPicker.css
rename : toolkit/themes/winstripe/global/arrow.css => toolkit/themes/windows/global/arrow.css
rename : toolkit/themes/winstripe/global/arrow/arrow-dn-dis.gif => toolkit/themes/windows/global/arrow/arrow-dn-dis.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-dn-hov.gif => toolkit/themes/windows/global/arrow/arrow-dn-hov.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-dn-sharp.gif => toolkit/themes/windows/global/arrow/arrow-dn-sharp.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-dn.gif => toolkit/themes/windows/global/arrow/arrow-dn.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-down.png => toolkit/themes/windows/global/arrow/arrow-down.png
rename : toolkit/themes/winstripe/global/arrow/arrow-lft-dis.gif => toolkit/themes/windows/global/arrow/arrow-lft-dis.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-lft-sharp-end.gif => toolkit/themes/windows/global/arrow/arrow-lft-sharp-end.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-lft-sharp.gif => toolkit/themes/windows/global/arrow/arrow-lft-sharp.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-lft.gif => toolkit/themes/windows/global/arrow/arrow-lft.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-rit-dis.gif => toolkit/themes/windows/global/arrow/arrow-rit-dis.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-rit-sharp-end.gif => toolkit/themes/windows/global/arrow/arrow-rit-sharp-end.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-rit-sharp.gif => toolkit/themes/windows/global/arrow/arrow-rit-sharp.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-rit.gif => toolkit/themes/windows/global/arrow/arrow-rit.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-up-dis.gif => toolkit/themes/windows/global/arrow/arrow-up-dis.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-up-hov.gif => toolkit/themes/windows/global/arrow/arrow-up-hov.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-up-sharp.gif => toolkit/themes/windows/global/arrow/arrow-up-sharp.gif
rename : toolkit/themes/winstripe/global/arrow/arrow-up.gif => toolkit/themes/windows/global/arrow/arrow-up.gif
rename : toolkit/themes/winstripe/global/arrow/panelarrow-horizontal-white.png => toolkit/themes/windows/global/arrow/panelarrow-horizontal-white.png
rename : toolkit/themes/winstripe/global/arrow/panelarrow-horizontal.svg => toolkit/themes/windows/global/arrow/panelarrow-horizontal.svg
rename : toolkit/themes/winstripe/global/arrow/panelarrow-vertical-white.png => toolkit/themes/windows/global/arrow/panelarrow-vertical-white.png
rename : toolkit/themes/winstripe/global/arrow/panelarrow-vertical.svg => toolkit/themes/windows/global/arrow/panelarrow-vertical.svg
rename : toolkit/themes/winstripe/global/autocomplete-aero.css => toolkit/themes/windows/global/autocomplete-aero.css
rename : toolkit/themes/winstripe/global/autocomplete.css => toolkit/themes/windows/global/autocomplete.css
rename : toolkit/themes/winstripe/global/button.css => toolkit/themes/windows/global/button.css
rename : toolkit/themes/winstripe/global/checkbox.css => toolkit/themes/windows/global/checkbox.css
rename : toolkit/themes/winstripe/global/checkbox/cbox-check-dis.gif => toolkit/themes/windows/global/checkbox/cbox-check-dis.gif
rename : toolkit/themes/winstripe/global/checkbox/cbox-check.gif => toolkit/themes/windows/global/checkbox/cbox-check.gif
rename : toolkit/themes/winstripe/global/colorpicker.css => toolkit/themes/windows/global/colorpicker.css
rename : toolkit/themes/winstripe/global/commonDialog.css => toolkit/themes/windows/global/commonDialog.css
rename : toolkit/themes/winstripe/global/config.css => toolkit/themes/windows/global/config.css
rename : toolkit/themes/winstripe/global/console/console-aero.css => toolkit/themes/windows/global/console/console-aero.css
rename : toolkit/themes/winstripe/global/console/console-error-caret.gif => toolkit/themes/windows/global/console/console-error-caret.gif
rename : toolkit/themes/winstripe/global/console/console-error-dash.gif => toolkit/themes/windows/global/console/console-error-dash.gif
rename : toolkit/themes/winstripe/global/console/console-toolbar-aero.png => toolkit/themes/windows/global/console/console-toolbar-aero.png
rename : toolkit/themes/winstripe/global/console/console-toolbar.png => toolkit/themes/windows/global/console/console-toolbar.png
rename : toolkit/themes/winstripe/global/console/console.css => toolkit/themes/windows/global/console/console.css
rename : toolkit/themes/winstripe/global/console/itemSelected.png => toolkit/themes/windows/global/console/itemSelected.png
rename : toolkit/themes/winstripe/global/customizeToolbar.css => toolkit/themes/windows/global/customizeToolbar.css
rename : toolkit/themes/winstripe/global/datetimepicker.css => toolkit/themes/windows/global/datetimepicker.css
rename : toolkit/themes/winstripe/global/dialog.css => toolkit/themes/windows/global/dialog.css
rename : toolkit/themes/winstripe/global/dirListing/dirListing.css => toolkit/themes/windows/global/dirListing/dirListing.css
rename : toolkit/themes/winstripe/global/dirListing/folder-aero.png => toolkit/themes/windows/global/dirListing/folder-aero.png
rename : toolkit/themes/winstripe/global/dirListing/folder.png => toolkit/themes/windows/global/dirListing/folder.png
rename : toolkit/themes/winstripe/global/dirListing/local-aero.png => toolkit/themes/windows/global/dirListing/local-aero.png
rename : toolkit/themes/winstripe/global/dirListing/local.png => toolkit/themes/windows/global/dirListing/local.png
rename : toolkit/themes/winstripe/global/dirListing/remote-aero.png => toolkit/themes/windows/global/dirListing/remote-aero.png
rename : toolkit/themes/winstripe/global/dirListing/remote.png => toolkit/themes/windows/global/dirListing/remote.png
rename : toolkit/themes/winstripe/global/dirListing/up-aero.png => toolkit/themes/windows/global/dirListing/up-aero.png
rename : toolkit/themes/winstripe/global/dirListing/up.png => toolkit/themes/windows/global/dirListing/up.png
rename : toolkit/themes/winstripe/global/dropmarker.css => toolkit/themes/windows/global/dropmarker.css
rename : toolkit/themes/winstripe/global/expander.css => toolkit/themes/windows/global/expander.css
rename : toolkit/themes/winstripe/global/filefield.css => toolkit/themes/windows/global/filefield.css
rename : toolkit/themes/winstripe/global/filepicker.css => toolkit/themes/windows/global/filepicker.css
rename : toolkit/themes/winstripe/global/filepicker/Filepicker.png => toolkit/themes/windows/global/filepicker/Filepicker.png
rename : toolkit/themes/winstripe/global/findBar.css => toolkit/themes/windows/global/findBar.css
rename : toolkit/themes/winstripe/global/global.css => toolkit/themes/windows/global/global.css
rename : toolkit/themes/winstripe/global/globalBindings.xml => toolkit/themes/windows/global/globalBindings.xml
rename : toolkit/themes/winstripe/global/groupbox.css => toolkit/themes/windows/global/groupbox.css
rename : toolkit/themes/winstripe/global/icons/Close.gif => toolkit/themes/windows/global/icons/Close.gif
rename : toolkit/themes/winstripe/global/icons/Error-aero.png => toolkit/themes/windows/global/icons/Error-aero.png
rename : toolkit/themes/winstripe/global/icons/Error.png => toolkit/themes/windows/global/icons/Error.png
rename : toolkit/themes/winstripe/global/icons/Landscape-aero.png => toolkit/themes/windows/global/icons/Landscape-aero.png
rename : toolkit/themes/winstripe/global/icons/Landscape.png => toolkit/themes/windows/global/icons/Landscape.png
rename : toolkit/themes/winstripe/global/icons/Minimize.gif => toolkit/themes/windows/global/icons/Minimize.gif
rename : toolkit/themes/winstripe/global/icons/Portrait-aero.png => toolkit/themes/windows/global/icons/Portrait-aero.png
rename : toolkit/themes/winstripe/global/icons/Portrait.png => toolkit/themes/windows/global/icons/Portrait.png
rename : toolkit/themes/winstripe/global/icons/Print-preview-aero.png => toolkit/themes/windows/global/icons/Print-preview-aero.png
rename : toolkit/themes/winstripe/global/icons/Print-preview.png => toolkit/themes/windows/global/icons/Print-preview.png
rename : toolkit/themes/winstripe/global/icons/Question-aero.png => toolkit/themes/windows/global/icons/Question-aero.png
rename : toolkit/themes/winstripe/global/icons/Question.png => toolkit/themes/windows/global/icons/Question.png
rename : toolkit/themes/winstripe/global/icons/Restore.gif => toolkit/themes/windows/global/icons/Restore.gif
rename : toolkit/themes/winstripe/global/icons/Search-close-aero.png => toolkit/themes/windows/global/icons/Search-close-aero.png
rename : toolkit/themes/winstripe/global/icons/Search-close.png => toolkit/themes/windows/global/icons/Search-close.png
rename : toolkit/themes/winstripe/global/icons/Search-glass-aero.png => toolkit/themes/windows/global/icons/Search-glass-aero.png
rename : toolkit/themes/winstripe/global/icons/Search-glass.png => toolkit/themes/windows/global/icons/Search-glass.png
rename : toolkit/themes/winstripe/global/icons/Warning-aero.png => toolkit/themes/windows/global/icons/Warning-aero.png
rename : toolkit/themes/winstripe/global/icons/Warning.png => toolkit/themes/windows/global/icons/Warning.png
rename : toolkit/themes/winstripe/global/icons/autoscroll-aero.png => toolkit/themes/windows/global/icons/autoscroll-aero.png
rename : toolkit/themes/winstripe/global/icons/autoscroll.png => toolkit/themes/windows/global/icons/autoscroll.png
rename : toolkit/themes/winstripe/global/icons/blacklist_favicon-aero.png => toolkit/themes/windows/global/icons/blacklist_favicon-aero.png
rename : toolkit/themes/winstripe/global/icons/blacklist_favicon.png => toolkit/themes/windows/global/icons/blacklist_favicon.png
rename : toolkit/themes/winstripe/global/icons/blacklist_large-aero.png => toolkit/themes/windows/global/icons/blacklist_large-aero.png
rename : toolkit/themes/winstripe/global/icons/blacklist_large.png => toolkit/themes/windows/global/icons/blacklist_large.png
rename : toolkit/themes/winstripe/global/icons/close.png => toolkit/themes/windows/global/icons/close.png
rename : toolkit/themes/winstripe/global/icons/collapse.png => toolkit/themes/windows/global/icons/collapse.png
rename : toolkit/themes/winstripe/global/icons/error-16-aero.png => toolkit/themes/windows/global/icons/error-16-aero.png
rename : toolkit/themes/winstripe/global/icons/error-16.png => toolkit/themes/windows/global/icons/error-16.png
rename : toolkit/themes/winstripe/global/icons/error-24-aero.png => toolkit/themes/windows/global/icons/error-24-aero.png
rename : toolkit/themes/winstripe/global/icons/error-24.png => toolkit/themes/windows/global/icons/error-24.png
rename : toolkit/themes/winstripe/global/icons/error-48-aero.png => toolkit/themes/windows/global/icons/error-48-aero.png
rename : toolkit/themes/winstripe/global/icons/error-48.png => toolkit/themes/windows/global/icons/error-48.png
rename : toolkit/themes/winstripe/global/icons/error-64-aero.png => toolkit/themes/windows/global/icons/error-64-aero.png
rename : toolkit/themes/winstripe/global/icons/error-64.png => toolkit/themes/windows/global/icons/error-64.png
rename : toolkit/themes/winstripe/global/icons/errorBar-30-aero.png => toolkit/themes/windows/global/icons/errorBar-30-aero.png
rename : toolkit/themes/winstripe/global/icons/errorBar-30.png => toolkit/themes/windows/global/icons/errorBar-30.png
rename : toolkit/themes/winstripe/global/icons/errorBar-60-aero.png => toolkit/themes/windows/global/icons/errorBar-60-aero.png
rename : toolkit/themes/winstripe/global/icons/errorBar-60.png => toolkit/themes/windows/global/icons/errorBar-60.png
rename : toolkit/themes/winstripe/global/icons/errorBarIcon-16-aero.png => toolkit/themes/windows/global/icons/errorBarIcon-16-aero.png
rename : toolkit/themes/winstripe/global/icons/errorBarIcon-16.png => toolkit/themes/windows/global/icons/errorBarIcon-16.png
rename : toolkit/themes/winstripe/global/icons/errorGhosted-64-aero.png => toolkit/themes/windows/global/icons/errorGhosted-64-aero.png
rename : toolkit/themes/winstripe/global/icons/errorGhosted-64.png => toolkit/themes/windows/global/icons/errorGhosted-64.png
rename : toolkit/themes/winstripe/global/icons/expand.png => toolkit/themes/windows/global/icons/expand.png
rename : toolkit/themes/winstripe/global/icons/find-aero.png => toolkit/themes/windows/global/icons/find-aero.png
rename : toolkit/themes/winstripe/global/icons/find.png => toolkit/themes/windows/global/icons/find.png
rename : toolkit/themes/winstripe/global/icons/folder-item-aero.png => toolkit/themes/windows/global/icons/folder-item-aero.png
rename : toolkit/themes/winstripe/global/icons/folder-item.png => toolkit/themes/windows/global/icons/folder-item.png
rename : toolkit/themes/winstripe/global/icons/information-16-aero.png => toolkit/themes/windows/global/icons/information-16-aero.png
rename : toolkit/themes/winstripe/global/icons/information-16.png => toolkit/themes/windows/global/icons/information-16.png
rename : toolkit/themes/winstripe/global/icons/information-24-aero.png => toolkit/themes/windows/global/icons/information-24-aero.png
rename : toolkit/themes/winstripe/global/icons/information-24.png => toolkit/themes/windows/global/icons/information-24.png
rename : toolkit/themes/winstripe/global/icons/information-32-aero.png => toolkit/themes/windows/global/icons/information-32-aero.png
rename : toolkit/themes/winstripe/global/icons/information-32.png => toolkit/themes/windows/global/icons/information-32.png
rename : toolkit/themes/winstripe/global/icons/information-48-aero.png => toolkit/themes/windows/global/icons/information-48-aero.png
rename : toolkit/themes/winstripe/global/icons/information-48.png => toolkit/themes/windows/global/icons/information-48.png
rename : toolkit/themes/winstripe/global/icons/information-64-aero.png => toolkit/themes/windows/global/icons/information-64-aero.png
rename : toolkit/themes/winstripe/global/icons/information-64.png => toolkit/themes/windows/global/icons/information-64.png
rename : toolkit/themes/winstripe/global/icons/informationBarIcon-16-aero.png => toolkit/themes/windows/global/icons/informationBarIcon-16-aero.png
rename : toolkit/themes/winstripe/global/icons/informationBarIcon-16.png => toolkit/themes/windows/global/icons/informationBarIcon-16.png
rename : toolkit/themes/winstripe/global/icons/informationGhosted-64-aero.png => toolkit/themes/windows/global/icons/informationGhosted-64-aero.png
rename : toolkit/themes/winstripe/global/icons/informationGhosted-64.png => toolkit/themes/windows/global/icons/informationGhosted-64.png
rename : toolkit/themes/winstripe/global/icons/loading_16.png => toolkit/themes/windows/global/icons/loading_16.png
rename : toolkit/themes/winstripe/global/icons/notloading_16.png => toolkit/themes/windows/global/icons/notloading_16.png
rename : toolkit/themes/winstripe/global/icons/question-16-aero.png => toolkit/themes/windows/global/icons/question-16-aero.png
rename : toolkit/themes/winstripe/global/icons/question-16.png => toolkit/themes/windows/global/icons/question-16.png
rename : toolkit/themes/winstripe/global/icons/question-24-aero.png => toolkit/themes/windows/global/icons/question-24-aero.png
rename : toolkit/themes/winstripe/global/icons/question-24.png => toolkit/themes/windows/global/icons/question-24.png
rename : toolkit/themes/winstripe/global/icons/question-48-aero.png => toolkit/themes/windows/global/icons/question-48-aero.png
rename : toolkit/themes/winstripe/global/icons/question-48.png => toolkit/themes/windows/global/icons/question-48.png
rename : toolkit/themes/winstripe/global/icons/question-64-aero.png => toolkit/themes/windows/global/icons/question-64-aero.png
rename : toolkit/themes/winstripe/global/icons/question-64.png => toolkit/themes/windows/global/icons/question-64.png
rename : toolkit/themes/winstripe/global/icons/questionBarIcon-16-aero.png => toolkit/themes/windows/global/icons/questionBarIcon-16-aero.png
rename : toolkit/themes/winstripe/global/icons/questionBarIcon-16.png => toolkit/themes/windows/global/icons/questionBarIcon-16.png
rename : toolkit/themes/winstripe/global/icons/questionGhosted-64-aero.png => toolkit/themes/windows/global/icons/questionGhosted-64-aero.png
rename : toolkit/themes/winstripe/global/icons/questionGhosted-64.png => toolkit/themes/windows/global/icons/questionGhosted-64.png
rename : toolkit/themes/winstripe/global/icons/resizer-rtl.png => toolkit/themes/windows/global/icons/resizer-rtl.png
rename : toolkit/themes/winstripe/global/icons/resizer.png => toolkit/themes/windows/global/icons/resizer.png
rename : toolkit/themes/winstripe/global/icons/sslWarning-aero.png => toolkit/themes/windows/global/icons/sslWarning-aero.png
rename : toolkit/themes/winstripe/global/icons/sslWarning.png => toolkit/themes/windows/global/icons/sslWarning.png
rename : toolkit/themes/winstripe/global/icons/tabprompts-bgtexture.png => toolkit/themes/windows/global/icons/tabprompts-bgtexture.png
rename : toolkit/themes/winstripe/global/icons/warning-16-aero.png => toolkit/themes/windows/global/icons/warning-16-aero.png
rename : toolkit/themes/winstripe/global/icons/warning-16.png => toolkit/themes/windows/global/icons/warning-16.png
rename : toolkit/themes/winstripe/global/icons/warning-24-aero.png => toolkit/themes/windows/global/icons/warning-24-aero.png
rename : toolkit/themes/winstripe/global/icons/warning-24.png => toolkit/themes/windows/global/icons/warning-24.png
rename : toolkit/themes/winstripe/global/icons/warning-64-aero.png => toolkit/themes/windows/global/icons/warning-64-aero.png
rename : toolkit/themes/winstripe/global/icons/warning-64.png => toolkit/themes/windows/global/icons/warning-64.png
rename : toolkit/themes/winstripe/global/icons/warning-large-aero.png => toolkit/themes/windows/global/icons/warning-large-aero.png
rename : toolkit/themes/winstripe/global/icons/warning-large.png => toolkit/themes/windows/global/icons/warning-large.png
rename : toolkit/themes/winstripe/global/icons/warningBar-30-aero.png => toolkit/themes/windows/global/icons/warningBar-30-aero.png
rename : toolkit/themes/winstripe/global/icons/warningBar-30.png => toolkit/themes/windows/global/icons/warningBar-30.png
rename : toolkit/themes/winstripe/global/icons/warningBar-60-aero.png => toolkit/themes/windows/global/icons/warningBar-60-aero.png
rename : toolkit/themes/winstripe/global/icons/warningBar-60.png => toolkit/themes/windows/global/icons/warningBar-60.png
rename : toolkit/themes/winstripe/global/icons/warningBarIcon-16-aero.png => toolkit/themes/windows/global/icons/warningBarIcon-16-aero.png
rename : toolkit/themes/winstripe/global/icons/warningBarIcon-16.png => toolkit/themes/windows/global/icons/warningBarIcon-16.png
rename : toolkit/themes/winstripe/global/icons/warningGhosted-64-aero.png => toolkit/themes/windows/global/icons/warningGhosted-64-aero.png
rename : toolkit/themes/winstripe/global/icons/warningGhosted-64.png => toolkit/themes/windows/global/icons/warningGhosted-64.png
rename : toolkit/themes/winstripe/global/icons/windowControls-aero.png => toolkit/themes/windows/global/icons/windowControls-aero.png
rename : toolkit/themes/winstripe/global/icons/windowControls.png => toolkit/themes/windows/global/icons/windowControls.png
rename : toolkit/themes/winstripe/global/icons/wrap-aero.png => toolkit/themes/windows/global/icons/wrap-aero.png
rename : toolkit/themes/winstripe/global/icons/wrap.png => toolkit/themes/windows/global/icons/wrap.png
rename : toolkit/themes/winstripe/global/inContentUI-aero.css => toolkit/themes/windows/global/inContentUI-aero.css
rename : toolkit/themes/winstripe/global/inContentUI.css => toolkit/themes/windows/global/inContentUI.css
rename : toolkit/themes/winstripe/global/inContentUI/background-texture.png => toolkit/themes/windows/global/inContentUI/background-texture.png
rename : toolkit/themes/winstripe/global/jar.mn => toolkit/themes/windows/global/jar.mn
rename : toolkit/themes/winstripe/global/linkTree.css => toolkit/themes/windows/global/linkTree.css
rename : toolkit/themes/winstripe/global/listbox.css => toolkit/themes/windows/global/listbox.css
rename : toolkit/themes/winstripe/global/media/TopLevelImageDocument.css => toolkit/themes/windows/global/media/TopLevelImageDocument.css
rename : toolkit/themes/winstripe/global/media/TopLevelVideoDocument.css => toolkit/themes/windows/global/media/TopLevelVideoDocument.css
rename : toolkit/themes/winstripe/global/media/clicktoplay-bgtexture.png => toolkit/themes/windows/global/media/clicktoplay-bgtexture.png
rename : toolkit/themes/winstripe/global/media/error.png => toolkit/themes/windows/global/media/error.png
rename : toolkit/themes/winstripe/global/media/fullscreenButton.png => toolkit/themes/windows/global/media/fullscreenButton.png
rename : toolkit/themes/winstripe/global/media/imagedoc-darknoise.png => toolkit/themes/windows/global/media/imagedoc-darknoise.png
rename : toolkit/themes/winstripe/global/media/imagedoc-lightnoise.png => toolkit/themes/windows/global/media/imagedoc-lightnoise.png
rename : toolkit/themes/winstripe/global/media/muteButton.png => toolkit/themes/windows/global/media/muteButton.png
rename : toolkit/themes/winstripe/global/media/noAudio.png => toolkit/themes/windows/global/media/noAudio.png
rename : toolkit/themes/winstripe/global/media/pauseButton.png => toolkit/themes/windows/global/media/pauseButton.png
rename : toolkit/themes/winstripe/global/media/playButton.png => toolkit/themes/windows/global/media/playButton.png
rename : toolkit/themes/winstripe/global/media/scrubberThumb.png => toolkit/themes/windows/global/media/scrubberThumb.png
rename : toolkit/themes/winstripe/global/media/scrubberThumbWide.png => toolkit/themes/windows/global/media/scrubberThumbWide.png
rename : toolkit/themes/winstripe/global/media/stalled.png => toolkit/themes/windows/global/media/stalled.png
rename : toolkit/themes/winstripe/global/media/throbber.png => toolkit/themes/windows/global/media/throbber.png
rename : toolkit/themes/winstripe/global/media/unmuteButton.png => toolkit/themes/windows/global/media/unmuteButton.png
rename : toolkit/themes/winstripe/global/media/videoClickToPlayButton.svg => toolkit/themes/windows/global/media/videoClickToPlayButton.svg
rename : toolkit/themes/winstripe/global/media/videocontrols.css => toolkit/themes/windows/global/media/videocontrols.css
rename : toolkit/themes/winstripe/global/media/volumeThumb.png => toolkit/themes/windows/global/media/volumeThumb.png
rename : toolkit/themes/winstripe/global/menu-aero.css => toolkit/themes/windows/global/menu-aero.css
rename : toolkit/themes/winstripe/global/menu.css => toolkit/themes/windows/global/menu.css
rename : toolkit/themes/winstripe/global/menulist-aero.css => toolkit/themes/windows/global/menulist-aero.css
rename : toolkit/themes/winstripe/global/menulist.css => toolkit/themes/windows/global/menulist.css
rename : toolkit/themes/winstripe/global/netError.css => toolkit/themes/windows/global/netError.css
rename : toolkit/themes/winstripe/global/notification-aero.css => toolkit/themes/windows/global/notification-aero.css
rename : toolkit/themes/winstripe/global/notification.css => toolkit/themes/windows/global/notification.css
rename : toolkit/themes/winstripe/global/numberbox.css => toolkit/themes/windows/global/numberbox.css
rename : toolkit/themes/winstripe/global/passwordmgr.css => toolkit/themes/windows/global/passwordmgr.css
rename : toolkit/themes/winstripe/global/popup.css => toolkit/themes/windows/global/popup.css
rename : toolkit/themes/winstripe/global/preferences.css => toolkit/themes/windows/global/preferences.css
rename : toolkit/themes/winstripe/global/printPageSetup.css => toolkit/themes/windows/global/printPageSetup.css
rename : toolkit/themes/winstripe/global/printPreview.css => toolkit/themes/windows/global/printPreview.css
rename : toolkit/themes/winstripe/global/printpreview/arrow-left-aero.png => toolkit/themes/windows/global/printpreview/arrow-left-aero.png
rename : toolkit/themes/winstripe/global/printpreview/arrow-left-end-aero.png => toolkit/themes/windows/global/printpreview/arrow-left-end-aero.png
rename : toolkit/themes/winstripe/global/printpreview/arrow-left-end.png => toolkit/themes/windows/global/printpreview/arrow-left-end.png
rename : toolkit/themes/winstripe/global/printpreview/arrow-left.png => toolkit/themes/windows/global/printpreview/arrow-left.png
rename : toolkit/themes/winstripe/global/printpreview/arrow-right-aero.png => toolkit/themes/windows/global/printpreview/arrow-right-aero.png
rename : toolkit/themes/winstripe/global/printpreview/arrow-right-end-aero.png => toolkit/themes/windows/global/printpreview/arrow-right-end-aero.png
rename : toolkit/themes/winstripe/global/printpreview/arrow-right-end.png => toolkit/themes/windows/global/printpreview/arrow-right-end.png
rename : toolkit/themes/winstripe/global/printpreview/arrow-right.png => toolkit/themes/windows/global/printpreview/arrow-right.png
rename : toolkit/themes/winstripe/global/progressmeter.css => toolkit/themes/windows/global/progressmeter.css
rename : toolkit/themes/winstripe/global/radio.css => toolkit/themes/windows/global/radio.css
rename : toolkit/themes/winstripe/global/radio/radio-check-dis.gif => toolkit/themes/windows/global/radio/radio-check-dis.gif
rename : toolkit/themes/winstripe/global/radio/radio-check.gif => toolkit/themes/windows/global/radio/radio-check.gif
rename : toolkit/themes/winstripe/global/resizer.css => toolkit/themes/windows/global/resizer.css
rename : toolkit/themes/winstripe/global/richlistbox.css => toolkit/themes/windows/global/richlistbox.css
rename : toolkit/themes/winstripe/global/scale.css => toolkit/themes/windows/global/scale.css
rename : toolkit/themes/winstripe/global/scale/scale-tray-horiz.gif => toolkit/themes/windows/global/scale/scale-tray-horiz.gif
rename : toolkit/themes/winstripe/global/scale/scale-tray-vert.gif => toolkit/themes/windows/global/scale/scale-tray-vert.gif
rename : toolkit/themes/winstripe/global/scrollbar/slider.gif => toolkit/themes/windows/global/scrollbar/slider.gif
rename : toolkit/themes/winstripe/global/scrollbox.css => toolkit/themes/windows/global/scrollbox.css
rename : toolkit/themes/winstripe/global/spinbuttons.css => toolkit/themes/windows/global/spinbuttons.css
rename : toolkit/themes/winstripe/global/splitter.css => toolkit/themes/windows/global/splitter.css
rename : toolkit/themes/winstripe/global/splitter/grip-bottom.gif => toolkit/themes/windows/global/splitter/grip-bottom.gif
rename : toolkit/themes/winstripe/global/splitter/grip-left.gif => toolkit/themes/windows/global/splitter/grip-left.gif
rename : toolkit/themes/winstripe/global/splitter/grip-right.gif => toolkit/themes/windows/global/splitter/grip-right.gif
rename : toolkit/themes/winstripe/global/splitter/grip-top.gif => toolkit/themes/windows/global/splitter/grip-top.gif
rename : toolkit/themes/winstripe/global/tabbox.css => toolkit/themes/windows/global/tabbox.css
rename : toolkit/themes/winstripe/global/tabprompts.css => toolkit/themes/windows/global/tabprompts.css
rename : toolkit/themes/winstripe/global/textbox-aero.css => toolkit/themes/windows/global/textbox-aero.css
rename : toolkit/themes/winstripe/global/textbox.css => toolkit/themes/windows/global/textbox.css
rename : toolkit/themes/winstripe/global/throbber/Throbber-small.gif => toolkit/themes/windows/global/throbber/Throbber-small.gif
rename : toolkit/themes/winstripe/global/toolbar.css => toolkit/themes/windows/global/toolbar.css
rename : toolkit/themes/winstripe/global/toolbar/chevron.gif => toolkit/themes/windows/global/toolbar/chevron.gif
rename : toolkit/themes/winstripe/global/toolbar/spring-aero.png => toolkit/themes/windows/global/toolbar/spring-aero.png
rename : toolkit/themes/winstripe/global/toolbar/spring.png => toolkit/themes/windows/global/toolbar/spring.png
rename : toolkit/themes/winstripe/global/toolbarbutton-aero.css => toolkit/themes/windows/global/toolbarbutton-aero.css
rename : toolkit/themes/winstripe/global/toolbarbutton.css => toolkit/themes/windows/global/toolbarbutton.css
rename : toolkit/themes/winstripe/global/tree-aero.css => toolkit/themes/windows/global/tree-aero.css
rename : toolkit/themes/winstripe/global/tree.css => toolkit/themes/windows/global/tree.css
rename : toolkit/themes/winstripe/global/tree/columnpicker.gif => toolkit/themes/windows/global/tree/columnpicker.gif
rename : toolkit/themes/winstripe/global/tree/sort-asc-aero.png => toolkit/themes/windows/global/tree/sort-asc-aero.png
rename : toolkit/themes/winstripe/global/tree/sort-asc-classic.png => toolkit/themes/windows/global/tree/sort-asc-classic.png
rename : toolkit/themes/winstripe/global/tree/sort-asc.png => toolkit/themes/windows/global/tree/sort-asc.png
rename : toolkit/themes/winstripe/global/tree/sort-dsc-aero.png => toolkit/themes/windows/global/tree/sort-dsc-aero.png
rename : toolkit/themes/winstripe/global/tree/sort-dsc-classic.png => toolkit/themes/windows/global/tree/sort-dsc-classic.png
rename : toolkit/themes/winstripe/global/tree/sort-dsc.png => toolkit/themes/windows/global/tree/sort-dsc.png
rename : toolkit/themes/winstripe/global/tree/twisty-clsd-aero.png => toolkit/themes/windows/global/tree/twisty-clsd-aero.png
rename : toolkit/themes/winstripe/global/tree/twisty-clsd-hover-aero.png => toolkit/themes/windows/global/tree/twisty-clsd-hover-aero.png
rename : toolkit/themes/winstripe/global/tree/twisty-clsd-hover-rtl-aero.png => toolkit/themes/windows/global/tree/twisty-clsd-hover-rtl-aero.png
rename : toolkit/themes/winstripe/global/tree/twisty-clsd-rtl-aero.png => toolkit/themes/windows/global/tree/twisty-clsd-rtl-aero.png
rename : toolkit/themes/winstripe/global/tree/twisty-clsd.png => toolkit/themes/windows/global/tree/twisty-clsd.png
rename : toolkit/themes/winstripe/global/tree/twisty-open-aero.png => toolkit/themes/windows/global/tree/twisty-open-aero.png
rename : toolkit/themes/winstripe/global/tree/twisty-open-hover-aero.png => toolkit/themes/windows/global/tree/twisty-open-hover-aero.png
rename : toolkit/themes/winstripe/global/tree/twisty-open-hover-rtl-aero.png => toolkit/themes/windows/global/tree/twisty-open-hover-rtl-aero.png
rename : toolkit/themes/winstripe/global/tree/twisty-open-rtl-aero.png => toolkit/themes/windows/global/tree/twisty-open-rtl-aero.png
rename : toolkit/themes/winstripe/global/tree/twisty-open.png => toolkit/themes/windows/global/tree/twisty-open.png
rename : toolkit/themes/winstripe/global/wizard.css => toolkit/themes/windows/global/wizard.css
rename : toolkit/themes/winstripe/global/xulscrollbars.css => toolkit/themes/windows/global/xulscrollbars.css
rename : toolkit/themes/winstripe/help/Makefile.in => toolkit/themes/windows/help/Makefile.in
rename : toolkit/themes/winstripe/help/Toolbar-rtl.png => toolkit/themes/windows/help/Toolbar-rtl.png
rename : toolkit/themes/winstripe/help/Toolbar.png => toolkit/themes/windows/help/Toolbar.png
rename : toolkit/themes/winstripe/help/Weblink-rtl.png => toolkit/themes/windows/help/Weblink-rtl.png
rename : toolkit/themes/winstripe/help/Weblink.png => toolkit/themes/windows/help/Weblink.png
rename : toolkit/themes/winstripe/help/help.css => toolkit/themes/windows/help/help.css
rename : toolkit/themes/winstripe/help/helpFileLayout.css => toolkit/themes/windows/help/helpFileLayout.css
rename : toolkit/themes/winstripe/help/jar.mn => toolkit/themes/windows/help/jar.mn
rename : toolkit/themes/winstripe/mozapps/Makefile.in => toolkit/themes/windows/mozapps/Makefile.in
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons-aero.png => toolkit/themes/windows/mozapps/downloads/downloadButtons-aero.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons.png => toolkit/themes/windows/mozapps/downloads/downloadButtons.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadIcon-aero.png => toolkit/themes/windows/mozapps/downloads/downloadIcon-aero.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadIcon.png => toolkit/themes/windows/mozapps/downloads/downloadIcon.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloads-aero.css => toolkit/themes/windows/mozapps/downloads/downloads-aero.css
rename : toolkit/themes/winstripe/mozapps/downloads/downloads.css => toolkit/themes/windows/mozapps/downloads/downloads.css
rename : toolkit/themes/winstripe/mozapps/downloads/unknownContentType.css => toolkit/themes/windows/mozapps/downloads/unknownContentType.css
rename : toolkit/themes/winstripe/mozapps/extensions/about.css => toolkit/themes/windows/mozapps/extensions/about.css
rename : toolkit/themes/winstripe/mozapps/extensions/alerticon-error.png => toolkit/themes/windows/mozapps/extensions/alerticon-error.png
rename : toolkit/themes/winstripe/mozapps/extensions/alerticon-info-negative.png => toolkit/themes/windows/mozapps/extensions/alerticon-info-negative.png
rename : toolkit/themes/winstripe/mozapps/extensions/alerticon-info-positive.png => toolkit/themes/windows/mozapps/extensions/alerticon-info-positive.png
rename : toolkit/themes/winstripe/mozapps/extensions/alerticon-warning.png => toolkit/themes/windows/mozapps/extensions/alerticon-warning.png
rename : toolkit/themes/winstripe/mozapps/extensions/blocklist.css => toolkit/themes/windows/mozapps/extensions/blocklist.css
rename : toolkit/themes/winstripe/mozapps/extensions/cancel.png => toolkit/themes/windows/mozapps/extensions/cancel.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-available-aero.png => toolkit/themes/windows/mozapps/extensions/category-available-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-available.png => toolkit/themes/windows/mozapps/extensions/category-available.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-dictionaries-aero.png => toolkit/themes/windows/mozapps/extensions/category-dictionaries-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-dictionaries.png => toolkit/themes/windows/mozapps/extensions/category-dictionaries.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-discover-aero.png => toolkit/themes/windows/mozapps/extensions/category-discover-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-discover.png => toolkit/themes/windows/mozapps/extensions/category-discover.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-plugins-aero.png => toolkit/themes/windows/mozapps/extensions/category-plugins-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-plugins.png => toolkit/themes/windows/mozapps/extensions/category-plugins.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-recent-aero.png => toolkit/themes/windows/mozapps/extensions/category-recent-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-recent.png => toolkit/themes/windows/mozapps/extensions/category-recent.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-search.png => toolkit/themes/windows/mozapps/extensions/category-search.png
rename : toolkit/themes/winstripe/mozapps/extensions/category-searchengines.png => toolkit/themes/windows/mozapps/extensions/category-searchengines.png
rename : toolkit/themes/winstripe/mozapps/extensions/dictionaryGeneric-16-aero.png => toolkit/themes/windows/mozapps/extensions/dictionaryGeneric-16-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/dictionaryGeneric-16.png => toolkit/themes/windows/mozapps/extensions/dictionaryGeneric-16.png
rename : toolkit/themes/winstripe/mozapps/extensions/dictionaryGeneric-aero.png => toolkit/themes/windows/mozapps/extensions/dictionaryGeneric-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/dictionaryGeneric.png => toolkit/themes/windows/mozapps/extensions/dictionaryGeneric.png
rename : toolkit/themes/winstripe/mozapps/extensions/discover-logo.png => toolkit/themes/windows/mozapps/extensions/discover-logo.png
rename : toolkit/themes/winstripe/mozapps/extensions/eula.css => toolkit/themes/windows/mozapps/extensions/eula.css
rename : toolkit/themes/winstripe/mozapps/extensions/extensionGeneric-16-aero.png => toolkit/themes/windows/mozapps/extensions/extensionGeneric-16-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/extensionGeneric-16.png => toolkit/themes/windows/mozapps/extensions/extensionGeneric-16.png
rename : toolkit/themes/winstripe/mozapps/extensions/extensionGeneric-aero.png => toolkit/themes/windows/mozapps/extensions/extensionGeneric-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/extensionGeneric.png => toolkit/themes/windows/mozapps/extensions/extensionGeneric.png
rename : toolkit/themes/winstripe/mozapps/extensions/extensions-aero.css => toolkit/themes/windows/mozapps/extensions/extensions-aero.css
rename : toolkit/themes/winstripe/mozapps/extensions/extensions.css => toolkit/themes/windows/mozapps/extensions/extensions.css
rename : toolkit/themes/winstripe/mozapps/extensions/extensions.svg => toolkit/themes/windows/mozapps/extensions/extensions.svg
rename : toolkit/themes/winstripe/mozapps/extensions/heart.png => toolkit/themes/windows/mozapps/extensions/heart.png
rename : toolkit/themes/winstripe/mozapps/extensions/localeGeneric-aero.png => toolkit/themes/windows/mozapps/extensions/localeGeneric-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/localeGeneric.png => toolkit/themes/windows/mozapps/extensions/localeGeneric.png
rename : toolkit/themes/winstripe/mozapps/extensions/navigation.png => toolkit/themes/windows/mozapps/extensions/navigation.png
rename : toolkit/themes/winstripe/mozapps/extensions/newaddon-aero.css => toolkit/themes/windows/mozapps/extensions/newaddon-aero.css
rename : toolkit/themes/winstripe/mozapps/extensions/newaddon.css => toolkit/themes/windows/mozapps/extensions/newaddon.css
rename : toolkit/themes/winstripe/mozapps/extensions/rating-not-won.png => toolkit/themes/windows/mozapps/extensions/rating-not-won.png
rename : toolkit/themes/winstripe/mozapps/extensions/rating-won.png => toolkit/themes/windows/mozapps/extensions/rating-won.png
rename : toolkit/themes/winstripe/mozapps/extensions/selectAddons-aero.css => toolkit/themes/windows/mozapps/extensions/selectAddons-aero.css
rename : toolkit/themes/winstripe/mozapps/extensions/selectAddons.css => toolkit/themes/windows/mozapps/extensions/selectAddons.css
rename : toolkit/themes/winstripe/mozapps/extensions/stripes-error.png => toolkit/themes/windows/mozapps/extensions/stripes-error.png
rename : toolkit/themes/winstripe/mozapps/extensions/stripes-info-negative.png => toolkit/themes/windows/mozapps/extensions/stripes-info-negative.png
rename : toolkit/themes/winstripe/mozapps/extensions/stripes-info-positive.png => toolkit/themes/windows/mozapps/extensions/stripes-info-positive.png
rename : toolkit/themes/winstripe/mozapps/extensions/stripes-warning.png => toolkit/themes/windows/mozapps/extensions/stripes-warning.png
rename : toolkit/themes/winstripe/mozapps/extensions/themeGeneric-16-aero.png => toolkit/themes/windows/mozapps/extensions/themeGeneric-16-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/themeGeneric-16.png => toolkit/themes/windows/mozapps/extensions/themeGeneric-16.png
rename : toolkit/themes/winstripe/mozapps/extensions/themeGeneric-aero.png => toolkit/themes/windows/mozapps/extensions/themeGeneric-aero.png
rename : toolkit/themes/winstripe/mozapps/extensions/themeGeneric.png => toolkit/themes/windows/mozapps/extensions/themeGeneric.png
rename : toolkit/themes/winstripe/mozapps/extensions/update.css => toolkit/themes/windows/mozapps/extensions/update.css
rename : toolkit/themes/winstripe/mozapps/extensions/utilities.png => toolkit/themes/windows/mozapps/extensions/utilities.png
rename : toolkit/themes/winstripe/mozapps/extensions/xpinstallConfirm.css => toolkit/themes/windows/mozapps/extensions/xpinstallConfirm.css
rename : toolkit/themes/winstripe/mozapps/handling/handling.css => toolkit/themes/windows/mozapps/handling/handling.css
rename : toolkit/themes/winstripe/mozapps/jar.mn => toolkit/themes/windows/mozapps/jar.mn
rename : toolkit/themes/winstripe/mozapps/passwordmgr/key-16.png => toolkit/themes/windows/mozapps/passwordmgr/key-16.png
rename : toolkit/themes/winstripe/mozapps/passwordmgr/key-64.png => toolkit/themes/windows/mozapps/passwordmgr/key-64.png
rename : toolkit/themes/winstripe/mozapps/passwordmgr/key.png => toolkit/themes/windows/mozapps/passwordmgr/key.png
rename : toolkit/themes/winstripe/mozapps/places/defaultFavicon.png => toolkit/themes/windows/mozapps/places/defaultFavicon.png
rename : toolkit/themes/winstripe/mozapps/plugins/contentPluginBlocked.png => toolkit/themes/windows/mozapps/plugins/contentPluginBlocked.png
rename : toolkit/themes/winstripe/mozapps/plugins/contentPluginClickToPlay.png => toolkit/themes/windows/mozapps/plugins/contentPluginClickToPlay.png
rename : toolkit/themes/winstripe/mozapps/plugins/contentPluginClickToPlayPlain.png => toolkit/themes/windows/mozapps/plugins/contentPluginClickToPlayPlain.png
rename : toolkit/themes/winstripe/mozapps/plugins/contentPluginClose.png => toolkit/themes/windows/mozapps/plugins/contentPluginClose.png
rename : toolkit/themes/winstripe/mozapps/plugins/contentPluginCrashed.png => toolkit/themes/windows/mozapps/plugins/contentPluginCrashed.png
rename : toolkit/themes/winstripe/mozapps/plugins/contentPluginDisabled.png => toolkit/themes/windows/mozapps/plugins/contentPluginDisabled.png
rename : toolkit/themes/winstripe/mozapps/plugins/contentPluginDownload.png => toolkit/themes/windows/mozapps/plugins/contentPluginDownload.png
rename : toolkit/themes/winstripe/mozapps/plugins/contentPluginMissing.png => toolkit/themes/windows/mozapps/plugins/contentPluginMissing.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16-aero.png => toolkit/themes/windows/mozapps/plugins/pluginBlocked-16-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16.png => toolkit/themes/windows/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-64.png => toolkit/themes/windows/mozapps/plugins/pluginBlocked-64.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-aero.png => toolkit/themes/windows/mozapps/plugins/pluginBlocked-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginBlocked.png => toolkit/themes/windows/mozapps/plugins/pluginBlocked.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginDisabled-16-aero.png => toolkit/themes/windows/mozapps/plugins/pluginDisabled-16-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginDisabled-16.png => toolkit/themes/windows/mozapps/plugins/pluginDisabled-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginDisabled-aero.png => toolkit/themes/windows/mozapps/plugins/pluginDisabled-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginDisabled.png => toolkit/themes/windows/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16-aero.png => toolkit/themes/windows/mozapps/plugins/pluginGeneric-16-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/windows/mozapps/plugins/pluginGeneric-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-aero.png => toolkit/themes/windows/mozapps/plugins/pluginGeneric-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/windows/mozapps/plugins/pluginGeneric.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginHelp-16.png => toolkit/themes/windows/mozapps/plugins/pluginHelp-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginInstallerWizard.css => toolkit/themes/windows/mozapps/plugins/pluginInstallerWizard.css
rename : toolkit/themes/winstripe/mozapps/plugins/pluginProblem.css => toolkit/themes/windows/mozapps/plugins/pluginProblem.css
rename : toolkit/themes/winstripe/mozapps/profile/profileSelection.css => toolkit/themes/windows/mozapps/profile/profileSelection.css
rename : toolkit/themes/winstripe/mozapps/profile/profileicon-aero.png => toolkit/themes/windows/mozapps/profile/profileicon-aero.png
rename : toolkit/themes/winstripe/mozapps/profile/profileicon.png => toolkit/themes/windows/mozapps/profile/profileicon.png
rename : toolkit/themes/winstripe/mozapps/update/downloadButtons-aero.png => toolkit/themes/windows/mozapps/update/downloadButtons-aero.png
rename : toolkit/themes/winstripe/mozapps/update/downloadButtons.png => toolkit/themes/windows/mozapps/update/downloadButtons.png
rename : toolkit/themes/winstripe/mozapps/update/updates.css => toolkit/themes/windows/mozapps/update/updates.css
rename : toolkit/themes/winstripe/mozapps/viewsource/viewsource.css => toolkit/themes/windows/mozapps/viewsource/viewsource.css
2013-02-23 01:47:52 -05:00
L. David Baron
a8ee400190 Bug 404077: Annotate known assertions in mochitests. 2013-02-25 18:39:21 -08:00
Jonathan Kew
9c8145baf7 backout cset 4ede352670cd (bug 759585) on a CLOSED TREE on suspicion of making windows reftests so slow that they timeout and burn 2013-02-22 09:36:41 +00:00
Bill McCloskey
a133579459 Bug 759585 - Change the granularity of collection from compartment to zone (r=jonco,bhackett,njn,dvander,mccr8,bz,luke,bholley) 2013-02-21 18:23:47 -08:00
Justin Lebar
5d0ac0088b Bug 833913 - Part 2: Make about:memory sort reporters with equal amounts by name, and update the tests to match this. r=njn 2013-02-01 10:12:52 -05:00
Justin Lebar
8f075fc847 Bug 789975 - Disable purging of MADV_FREE'd pages on MacOS when collecting RSS from Telemetry. r=njn 2013-01-15 09:14:36 -05:00
Ryan VanderMeulen
f291f53545 Backed out changeset 622427e981a8 (bug 789975) for build bustage.
CLOSED TREE
2013-01-14 22:13:24 -05:00
Justin Lebar
59d800736b Bug 789975 - Disable purging of MADV_FREE'd pages on MacOS when collecting RSS from Telemetry. r=njn 2013-01-14 21:49:25 -05:00
Justin Lebar
ee72a5b1b4 Bug 798395 - Follow-up: Add URI escaping to about:memory's file argument. r=me 2012-10-19 12:13:54 -04:00
Justin Lebar
25e9efde74 Bug 798395 - Let us specify a file to load into about:memory (as about:memory?file=/path/to/file). r=njn 2012-10-19 11:51:51 -04:00
Justin Lebar
67b458520a Bug 801498 - Fix about:compartments styling (broken by bug 798040). r=njn
--HG--
extra : rebase_source : f6cfbe731f5ef1182f0e4a360e5a86e972f92df1
2012-10-15 16:50:51 -04:00
Justin Lebar
a271d6d359 Bug 798040 - Improve visual separation of processes in about:memory. r=njn 2012-10-05 08:26:00 -04:00
Justin Lebar
2c42992636 Bug 798024 - Don't hide smaps when displaying a memory report dump loaded from a file or from the clipboard. r=njn 2012-10-05 17:54:54 -04:00
Justin Lebar
307bdf7dcc Bug 798019 - Sort processes in about:memory by resident size. r=njn 2012-10-05 17:54:54 -04:00
Justin Lebar
6f7f7f43e2 Bug 797890 - Add button to about:memory to load memory reports from the clipboard. r=njn 2012-10-05 17:54:53 -04:00
Justin Lebar
b9dd27d75c Bug 788021 - Part 3: Use nsMemoryReporterManager::MinimizeMemoryUsage in aboutMemory.js. r=njn 2012-10-02 21:19:11 -04:00
Phil Ringnalda
9823cbba0f Back out 17b5b5dcd308, 04af81445c05, 15cc0aabab67 (bug 788021) and 2575a2f89d22 (bug 790417) for Linux crashes 2012-10-01 23:00:51 -07:00
Justin Lebar
ebf13b399e Bug 788021 - Part 3: Use nsMemoryReporterManager::MinimizeMemoryUsage in aboutMemory.js. r=njn 2012-10-02 00:11:42 -04:00
Mark Capella
3182768237 Bug 792060 - about:memory?verbose is unusable, r=margaret 2012-09-22 13:12:10 -04:00
Mark Capella
a30d1ec054 Bug 780442 - About:Memory page buttons are overlapping, oversized, r=margaret, njn 2012-09-13 10:47:31 -04:00
Nicholas Nethercote
d72524cd51 Bug 768470 - Add ability to import/export memory reports as JSON. r=jlebar.
--HG--
extra : rebase_source : 8e03a7e8c82204ea8e353a9ba583c4d53917a267
2012-08-27 18:14:14 -07:00
Nicholas Nethercote
df45e806bf Backout 52abdd1fbcc8 (bug 780442) due to lack of appropriate review. 2012-09-06 23:42:12 -07:00
Mark Capella
553a1d4815 Bug 780442 - About:Memory page buttons are overlapping, oversized, r=margaret 2012-09-05 23:33:07 -04:00
Mike Hommey
70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Nicholas Nethercote
996b8eac60 Bug 773533 (part 2) - Add a <marquee> to test_memoryReporters.xul, to test for the crash in bug 773533. r=ehsan.
--HG--
extra : rebase_source : 89a3a35491ab8f97578cb12cdc2fbdb816daa6d0
2012-07-18 21:10:37 -07:00
Nathan Froyd
bfff055672 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Gavin Sharp
6afb85a295 Bug 771844: make about:memory wider, r=njn
--HG--
extra : transplant_source : %C0%05P%DF%E9j%FA%15%3Fgb%1Bz%B4%7E%1AxY%28%B9
2012-07-08 10:43:07 -07:00
Nicholas Nethercote
12f9b52d1e Bug 687724 (part 3) - Report JS memory consumption for compartments that are associated with |window| objects under "window-objects". r=bholley,jlebar,luke.
--HG--
extra : rebase_source : 20329a698154ef61cea74247d3dccc9f01899829
2012-07-05 21:12:37 -07:00
Nicholas Nethercote
e23d7588a7 Bug 711130 (part 5) - Overhaul the "other measurements" measurements for JS memory consumption. r=terrence.
--HG--
extra : rebase_source : 492af75618c40eb2a92be2756f67db93834729cf
2012-06-25 17:08:59 -07:00
Nathan Froyd
23d0285076 Bug 765326 - followup fix for M-oth bustage r=orange 2012-06-25 13:58:32 -04:00
Nils Maier
1b828b648b Bug 759783: Add identifying origin information to Javascript sandboxes. r=jlebar 2012-06-18 13:09:17 -04:00
Nicholas Nethercote
6d0680f2e8 Bug 760352 (part 3) - Preserve alignment on 100% values in about:memory. r=jlebar.
--HG--
extra : rebase_source : 1ca1f3b003fba09699170f9697ce35190acfe4bd
2012-06-11 20:33:06 -07:00
Nicholas Nethercote
a9106b5cbe Bug 760352 (part 1) - Allow KIND_OTHER memory reports to be in trees. r=jlebar.
--HG--
extra : rebase_source : d28d117fbc2c91069222649741f5ef6b567b3e2a
2012-06-11 20:29:12 -07:00
Nicholas Nethercote
af121cf0c5 Bug 757299 (part 10) - Remove the kind description prefix in about:memory, it's not much use. r=jlebar.
--HG--
extra : rebase_source : 7261fa45dee6ac83c32e83e897506bfc6f0302b4
2012-05-27 18:24:34 -07:00
Nicholas Nethercote
6a2f0ebdb0 Bug 757299 (part 9) - Build tree lines in a better way in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : 0a0a45eff18ecc2370386684fd5a3034ebd5a847
2012-05-27 18:22:25 -07:00
Nicholas Nethercote
bc52837dcd Bug 757299 (part 8) - Build percentage text in a better way in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : eaf570a9cf3470bdf125f4e62cc06eeff5a263b4
2012-05-27 18:17:05 -07:00
Nicholas Nethercote
45df4caf67 Bug 757299 (part 7) - Remove TreeNode._kind in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : fc6bcb81d9e14a6e311ef3dedff738b69d5d9d11
2012-05-27 18:15:00 -07:00
Nicholas Nethercote
87b15e37b5 Bug 757299 (part 6) - Compute paths in a better way in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : 847cd70a2a027abf4976f9f1655707e9f8ceb035
2012-05-27 18:09:37 -07:00
Nicholas Nethercote
1a1c9751af Bug 757299 (part 5) - Don't create Report objects in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : d4817f35c70e8a5ecd52698e66279d07ef963199
2012-05-27 16:13:50 -07:00
Nicholas Nethercote
8259083d4e Bug 757299 (part 4) - Don't put each newline in a separate text node in about:memory. r=jlebar.
--HG--
extra : rebase_source : eea2b7a8076d4a334ee394709db48bbe9e089829
2012-05-23 17:06:35 -07:00
Nicholas Nethercote
9e229f3bba Bug 757299 (part 3) - Simplify non-leaf node descriptions in about:memory. r=jlebar.
--HG--
extra : rebase_source : be71806d90cc166912a664cfc2c5aefda57f5cc8
2012-05-23 17:04:52 -07:00
Nicholas Nethercote
9311082066 Bug 757299 (part 2) - Don't replace backslashes unless necessary in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : 08551a5131bd1a7f9b5cd5310aee1a10867c742f
2012-05-23 16:57:18 -07:00
Nicholas Nethercote
185970536a Bug 757299 (part 1) - Don't set TreeNode.kids for leaf nodes in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : 3cd45b14d332ac30063a9a19573f58d294b838b7
2012-05-23 16:56:11 -07:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Nils Maier
476c89a8e2 Bug 755992 (part 2) - Optimize creation of tree lines in about:memory. r=nnethercote. 2012-05-16 23:43:34 -07:00
Nils Maier
390e10d4cc Bug 755992 (part 1) - Avoid creating some text nodes in about:memory. r=nnethercote. 2012-05-16 23:43:34 -07:00
Nicholas Nethercote
7892980559 Bug 755583 (part 6) - Combine the '++'/'--' spans in about:memory. r=jlebar. 2012-05-16 23:43:34 -07:00
Nicholas Nethercote
23f458f083 Bug 755583 (part 5) - Merge each single child node into its parent in about:memory. r=jlebar. 2012-05-16 20:43:36 -07:00
Nicholas Nethercote
9976c1f421 Bug 755583 (part 4) - Split up the smaps/ memory reporter tree. r=jlebar. 2012-05-16 20:43:36 -07:00
Nils Maier
e1b88c680a Bug 755583 (part 3) - Set .textNode directly when creating text nodes in aboutMemory.js. r=nnethercote. 2012-05-16 20:43:36 -07:00
Nils Maier
5a434a1b29 Bug 755583 (part 2) - Use RegExp.test instead of String.match in aboutMemory.js. r=nnethercote. 2012-05-16 20:43:36 -07:00
Justin Lebar
b116f0dbc5 Bug 751509 - Don't assert that about:memory percentages are less than 100%. r=njn
--HG--
extra : rebase_source : f678b42ecc2cd4c61c975e2cd29914708568b5f9
2012-05-04 14:38:06 -04:00
Ed Morley
00342d09eb Backout c1243d1fb401 (bug 751509) for turning test_aboutmemory.xul permaorange 2012-05-04 19:14:15 +01:00
Justin Lebar
807688a059 Bug 751509 - Don't assert that about:memory percentages are less than 100%. r=njn 2012-05-04 12:50:12 -04:00