Commit Graph

258257 Commits

Author SHA1 Message Date
Rafael Ávila de Espíndola
148fc39bcd Bug 697988 - Use weak references to observers in nsDOMStorage.cpp. r=honzab.moz. 2011-11-30 19:08:54 -05:00
Brian Birtles
58c13039cc Bug 703992 - Fix parsing of indefinite times; r=dholbert 2011-12-01 08:45:28 +09:00
Robert O'Callahan
ba3b5ad3e7 Bug 687972. Don't count streams whose channel has ended when looking to see if there's any non-suspended stream for a resource. r=cpearce 2011-12-01 12:09:10 +13:00
Chris Pearce
e6f9f41988 Bug 704709 - Don't show full-screen warning on media key press on Windows. r=smaug,jmathies 2011-12-01 11:27:14 +13:00
Matt Brubeck
12c396afdf Back out 38814e0bafb9 through c5d44e6e957b because of test failures 2011-11-30 11:44:50 -08:00
Ed Morley
443dbeb323 Bug 703930 - Make syntax errors in *makefiles.sh abort the build; r=khuey 2011-11-30 18:37:58 +00:00
Ed Morley
2d25bf82ec Bug 703871 - Make layout/tools/layout-debug/Makefile.in use TEST_DIRS for tests; r=ted 2011-11-30 18:37:58 +00:00
Ed Morley
bc29c86f90 Bug 696498 - Add 160 makefiles missing from toolkit-makefiles.sh; r=khuey 2011-11-30 18:37:58 +00:00
Ed Morley
6c6f536b20 Bug 696498 - Add more toolkit-makefiles.sh conditionals to prevent unnecessary makefile generation; r=khuey
* Adds missing platform, feature and/or ENABLE_TESTS based conditionals to ~170
  entries that were missing them and so sometimes being generated unnecessarily.
* Moves all conditionally included makefiles to the end of the file.
2011-11-30 18:37:58 +00:00
Ed Morley
76a3a23765 Bug 696498 - Remove NPOTB makefiles from toolkit-makefiles.sh & cleanup variables; r=khuey
* Remove MAKEFILES_plugin since not assigned anything
* Rename MAKEFILES_libpr0n to MAKEFILES_imagelib, to match bug 66984
* Remove the following NPOTB makefiles:
    parser/htmlparser/tests/logparse/Makefile
    intl/unicharutil/tools/Makefile
    xpcom/reflect/xptcall/src/md/test/Makefile
    xpfe/components/autocomplete/Makefile
    xpfe/components/autocomplete/public/Makefile
    xpfe/components/autocomplete/src/Makefile
* Remove the following commented out makefiles:
    parser/htmlparser/tests/outsinks/Makefile
    xpcom/reflect/xptcall/tests/Makefile
    xpcom/reflect/xptinfo/tests/Makefile
* Remove embedding/tests/winEmbed/Makefile since it belongs in xulrunner/makefiles.sh
2011-11-30 18:37:57 +00:00
Ed Morley
9fccc056c3 Bug 696498 - Remove duplicate and obsolete entries from toolkit-makefiles.sh; r=khuey
* Remove duplicate |extensions/pref/Makefile| entry, since already present higher up in the file
* Remove l10n/* makefile entries since they no longer exist in the tree
2011-11-30 18:37:57 +00:00
Ed Morley
1b03be0235 Bug 696498 - Make conditionals in toolkit-makefiles.sh consistent; r=khuey 2011-11-30 18:37:57 +00:00
Ed Morley
ec996c678a Bug 696498 - Clean up mobile/xul/makefiles.sh; r=khuey
* Removes various non-mobile Makefile entries, since they already exist in
  toolkit-makefiles.sh (which is always run unless --with-libxul-sdk used)
* Adds missing $MOZ_BRANDING_DIRECTORY/content/Makefile
* Moves mobile/xul/chrome/tests/Makefile to ENABLE_TESTS conditional
2011-11-30 18:37:57 +00:00
Ed Morley
084cadc6df Bug 696498 - Clean up browser/makefiles.sh; r=khuey
* Adds ~20 omitted makefiles, under appropriate conditionals
* Moves some of the existing entries to platform/feature conditionals
* Removes browser/themes/*/browser/Makefile since bug 701212 deleted them
2011-11-30 18:37:57 +00:00
Ed Morley
440c8895ee Bug 696498 - Clean up allmakefiles.sh; r=khuey
* Adds 11 omitted makefiles, under appropriate conditionals
* Moves some of the existing makefile entries to platform/compiler conditionals
2011-11-30 18:37:57 +00:00
Ed Morley
53bcb97439 Bug 703874 - Remove redundant |ifneq (mobile,$(MOZ_BUILD_APP))| from makefiles in browser; r=ted 2011-11-30 18:37:57 +00:00
Ed Morley
3f35cb9dea Bug 703888 - Remove dom/Makefile.in comment leftover from bug 533891; r=ted 2011-11-30 18:37:57 +00:00
Ed Morley
94d6275bd7 Bug 703870 - Hg remove toolkit/empty-file; r=bsmedberg 2011-11-30 18:37:57 +00:00
Ed Morley
77b33db0bb Bug 703889 - Remove |ifndef DISABLE_XFORMS_HOOKS| since it's never defined; r=ted 2011-11-30 18:37:57 +00:00
Ed Morley
e85c37a0e2 Bug 703898 - Remove unnecessary platform conditional from build/unix/Makefile.in; r=ted 2011-11-30 18:37:57 +00:00
Henri Sivonen
7acf63e90a Bug 695640 - Remove View Source pre chunking, because it is no longer needed for reasonable perf. r=smaug. 2011-11-30 19:44:31 +02:00
Geoff Lankow
8e317da4cb Bug 703965 - View source prefs not obeyed in non-HTML documents - tests. r=hsivonen.
--HG--
rename : toolkit/components/viewsource/test/browser/browser_viewsourceprefs.js => toolkit/components/viewsource/test/browser/browser_viewsourceprefs_nonhtml.js
2011-11-26 11:43:08 +13:00
Henri Sivonen
efe5ce2bae Bug 703965 - Use View Source styling when viewing plain text source. r=smaug. 2011-11-30 19:44:31 +02:00
Henri Sivonen
69efc69ab9 Bug 699356 - Show the URL of the page in the title of the View Source window. r=smaug. 2011-11-30 19:44:31 +02:00
Steven Michaud
f7e60c8fc9 Bug 704866 - Crashes @ -[NativeMenuItemTarget menuItemHit:]. r=bgirard 2011-11-30 10:33:00 -06:00
Andrew McCreight
715e02cbe3 Bug 706168. Add TELEMETRY_BOOLEAN for convenience. r=taras
DONTBUILD because this is just a repush of something due to a bad commit message
2011-11-29 14:35:20 -05:00
Andrew McCreight
80f9755151 Backed out changeset d1a66dc7b119 2011-11-30 10:58:53 -05:00
Andrew McCreight
1a895f40f3 Bug 706169. Add TELEMETRY_BOOLEAN for convenience. r=taras 2011-11-29 14:35:20 -05:00
Henri Sivonen
e0b1f42c67 Back out the crashtest for bug 699365 due to leak on Mac. 2011-11-30 16:59:33 +02:00
Geoff Brown
204a097bd9 Bug 704618 - Allow directory as a destination argument to SUT pushFile(); r=jmaher 2011-11-30 13:19:49 +00:00
Niko Matsakis
b6cdc0ee29 Bug 698075 - Use nsAutoptr<> to guarantee msg is freed; r=cjones 2011-11-30 13:19:49 +00:00
Serge Gautherie
a6c744ffa2 Bug 705957 - Correct the spelling of "privledged" & add 2 comments to test_bug_511615.html; r=ehsan 2011-11-30 13:19:49 +00:00
Markus Amalthea Magnuson
5cef5b1bc2 Bug 623220 - Fix left margin on close buttons for find bar and addon bar on Mac; r=dao 2011-11-30 13:19:48 +00:00
Henri Sivonen
341491e1c3 Bug 699365 - Avoid asserting when the parser command is "external-resource". r=smaug. 2011-11-30 15:11:38 +02:00
Henri Sivonen
183f3cd3e5 Bug 535530 - Transition to the return state eagerly when a semicolon has matched when tokenizing a named character reference in HTML. r=smaug. 2011-11-30 15:11:37 +02:00
Masayuki Nakano
095d71efb1 Bug 703210 part.2 Add test r=smaug 2011-11-30 21:44:53 +09:00
Alexander Surkov
ca6afa8566 Bug 699017 - aria-required attribute on file input not read by JAWS, r=tbsaunde, marcoz, roc 2011-11-30 20:36:20 +08:00
Marco Bonardo
b867139a85 Merge mozilla-central to mozilla-inbound 2011-11-30 12:48:06 +01:00
Marco Bonardo
e4de58cd4c Merge last green changeset from mozilla-inbound to mozilla-central 2011-11-30 12:45:59 +01:00
Marco Bonardo
cc857681bd Backout 68c475a7dcaa (bug 465299) for xpcshell-tests failure 2011-11-30 12:37:06 +01:00
Robert O'Callahan
c5662af9d4 Bug 687972. Add a little bit more logging. 2011-12-01 00:16:19 +13:00
Marco Bonardo
e9f4965dfa Backout 281583d67072 (bug 702179) for Win64 opt build failure 2011-11-30 11:12:57 +01:00
Jacek Caban
4156ca57a6 Bug 705656 - Broken SKIA compilation on mingw r=matt.woodrow 2011-11-30 10:26:15 +01:00
Andrew Quartey
0c4d75af57 Bug 465299 - Validity check for mozStorageStatementWrapper::Initialize r=sdwilsh 2011-11-30 10:23:59 +01:00
Simon Montagu
dd1892c67b Use BrowserSetForcedCharacterSet instead of Firefox-specific SetForcedCharset. Bug 705943, r=dao 2011-11-30 11:10:41 +02:00
Masayuki Nakano
b149aca9ff Bug 685395 fix bustage on OS/2 r=roc, feedback=wuno 2011-11-30 17:59:24 +09:00
Atul Aggarwal
076203ae3f Bug 672511 - Morph nsIAccessNode::uniqueId, r=surkov 2011-11-30 14:18:45 +05:30
Tim Taubert
ab9ba2ebdd merging m-c to fx-team 2011-11-30 06:45:50 +01:00
Robert O'Callahan
2768e1cac2 Bug 687972. Try 2: Run autoplay for an element after reaching loadedmetadata if all download streams for its resource are suspended by the media cache. r=cpearce 2011-11-30 18:05:49 +13:00
Masayuki Nakano
a0d25e7690 Bug 392159 Use nsIClipboard::SupportsSelectionClipboard() instead of #ifdef in nsEditorEventListener r=ehsan 2011-11-30 11:57:41 +09:00