Commit Graph

10798 Commits

Author SHA1 Message Date
Ms2ger
924b63075d Merge m-c to m-i. 2012-01-25 11:06:40 +01:00
Ms2ger
e3e8b35541 Bug 718504 - Remove some GetChildAt callers; r=smaug 2012-01-25 08:50:07 +01:00
Ms2ger
6306abaa95 Bug 720124 - Remove dead code from HTMLContentSink: AddComment; r=hsivonen 2012-01-25 08:50:04 +01:00
Ms2ger
a4b59bc806 Bug 720124 - Remove dead code from HTMLContentSink: AddProcessingInstruction; r=hsivonen 2012-01-25 08:50:04 +01:00
Ms2ger
3d62d2cdcf Bug 720124 - Remove dead code from HTMLContentSink: IsFormOnStack; r=hsivonen 2012-01-25 08:50:04 +01:00
Ms2ger
4d51def3be Bug 720124 - Remove dead code from HTMLContentSink: AddDocTypeDecl; r=hsivonen 2012-01-25 08:50:02 +01:00
Dão Gottwald
2e4b60b563 No bug - fix some browser chrome tests that pollute the global scope 2012-01-24 23:08:42 +01:00
Matt Brubeck
bc4f9361b8 Merge last green changeset from mozilla-inbound to mozilla-central 2012-01-24 10:34:46 -08:00
Marco Bonardo
db50a6a74a Merge last green PGO from inbound to central 2012-01-24 13:27:20 +01:00
Simon Montagu
a7648e1a49 Rename BrowserSetForcedDetector and remove unnecessary parameter. Bug 720310, r=gavin 2012-01-24 11:52:05 +02:00
Simon Montagu
6d25747926 Remove unused forcedDetector property. Bug 713825, r=bz 2012-01-24 11:52:05 +02:00
Simon Montagu
4feaa1e8f3 Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck 2012-01-24 11:52:05 +02:00
Simon Montagu
07bbd70b32 Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz 2012-01-24 11:52:04 +02:00
Serge Gautherie
440b532520 Bug 718545. (Av1) browser_keyevents_during_autoscrolling.js: Use EventUtils sendChar() and sendKey(), instead of synthesizeKey(). r=enndeakin. 2012-01-24 07:05:14 +01:00
Ed Morley
2ef6b9323f Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-23 19:19:06 +00:00
Tim Taubert
faafc57d6e merge m-c to fx-team 2012-01-23 14:27:47 +01:00
Asaf Romano
f83c1d2ec4 Reland Part 1 of Bug 710259 - Add a module for reading property list (plist) files (and add support for lazy-getters values in Dict.jsm). r=mak, sr=mossap for the new module. r=sid0 for the changes to Dict.jsm 2012-01-23 14:05:01 +02:00
John Daggett
312b83a0ae Bug 706340. Add gfxinfo to telemetry metadata. r=taras 2012-01-23 15:58:34 +09:00
Brian R. Bondy
44133c85ae Bug 715910 - Use localized group account name for Users. r=rstrong 2012-01-22 20:52:03 -05:00
Robert Strong
b4a0cbf1ca Bug 720016 - warning when compiling the maintenance service - swprintf takes a count parameter. r=bbondy 2012-01-22 15:55:22 -08:00
Ed Morley
1b0a6be9dc Backout 5ad0ee32f855 (bug 710259) for build failures on all platforms 2012-01-22 22:08:18 +00:00
Asaf Romano
da37640c57 merge 2012-01-22 23:51:13 +02:00
Asaf Romano
d0b02aeccb Part 1 of Bug 710259 - Add a module for reading property list (plist) files (and add support for lazy-getters values in Dict.jsm). r=mak, sr=mossap for the new module. r=sid0 for the changes to Dict.jsm 2012-01-22 23:49:20 +02:00
Brian R. Bondy
56f12f2e82 Bug 719066 - Callback application should relaunch with the same privileges it had last. r=rstrong 2012-01-22 16:18:15 -05:00
Ed Morley
56dd84046c Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-22 15:21:57 +00:00
Mark Banner
f0fe233d78 Unit test bustage fix from bug 672681 for apps without private browser and that don't have places enabled by default. r=unit-test only bustage fix 2012-01-21 11:00:18 +00:00
Ed Morley
9ce42e0d3e Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-21 02:31:32 +00:00
Tim Taubert
f142b5e8bb Backed out changeset 9883a9f66cf0 (bug 497543) 2012-01-20 12:07:56 +01:00
Tim Taubert
f190a19609 Backed out changeset 34e078df2ed6 (bug 455553) 2012-01-20 12:07:25 +01:00
Tim Taubert
e016ec1d5b Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich 2012-01-20 02:43:20 +01:00
Ed Morley
e671bf9cd2 Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-20 01:24:13 +00:00
Tim Taubert
7fa6c32413 merge m-c to fx-team 2012-01-20 00:23:23 +01:00
Matt Brubeck
591d03087b Merge last green changeset from inbound to mozilla-central 2012-01-19 10:37:48 -08:00
Marco Bonardo
8abeaa91a6 Bug 717772 - Delay autocomplete of pasted value.
r=gavin
2012-01-19 12:31:29 +01:00
Marco Bonardo
b892a70a55 Bug 711503 - Don't trim url when inline autocomplete inserts text.
r=gavin
2012-01-19 12:31:27 +01:00
Michael Ventnor
234b860fd2 Bug 566489 - Enable inline autocomplete again, but make it smarter.
Original patch by Michael Ventnor, further improved by David Dahl <ddahl@mozilla.com>.
r=mak
2012-01-19 12:31:24 +01:00
Michael Ventnor
def1df697f Bug 699751 - Change schema for new inline autocomplete.
Original patch by Michael Ventnor, further improved by David Dahl <ddahl@mozilla.com>.
r=mak
2012-01-19 12:31:23 +01:00
Michael Ventnor
86a84dfc45 Bug 660156 - Race condition between sync and async autocomplete searches.
r=mak
2012-01-19 12:31:20 +01:00
Michael Ventnor
757fa19feb Bug 660592 - Allow autocomplete results to hide themselves from the popup.
r=mak sr=gavin
2012-01-19 12:31:19 +01:00
Tim Taubert
8165319fae merge m-c to fx-team 2012-01-19 12:10:03 +01:00
Tim Taubert
d3b51d98cd Backed out changeset d0b03b763e5b (bug 702920) 2012-01-19 12:04:23 +01:00
Henri Sivonen
39aeb30a12 Bug 713810 - Use the HTMLness mode of the original document for the View Selection Source serialization. r=gavin.sharp. 2012-01-19 09:51:49 +02:00
Mike Hommey
176d9e4f6b Bug 718737 - Add a startup timeline event on the first nsDocShell::LoadURI for non about:blank content. r=bz,r=tglek 2012-01-19 08:40:18 +01:00
Blair McBride
e5f527c015 Bug 702920 - If compatibility changes for a user-disabled addon, the UI doesn't get notified and doesn't update. r=dtownsend 2012-01-19 19:00:24 +13:00
MSU Capstone Team
5f4fa16c96 Bug 717119 - Typo in documentation comment for AddonUpdateChecker.getNewestCompatibleUpdate(). r=bmcbride 2012-01-19 18:46:06 +13:00
Robert Strong
406b98c2d9 Main patch - Bug 660038 - Remove channel switching support. r=bbondy 2012-01-18 14:10:38 -08:00
Nicholas Nethercote
9a3eb9e60c Bug 715453 (part 2) - Ignore computedSize in nsMallocSizeOfFun. r=jlebar. 2012-01-17 20:23:55 -08:00
Ed Morley
b67a4113ce Merge mozilla-central to mozilla-inbound 2012-01-23 19:22:52 +00:00
Matt Brubeck
e21f1bcba1 Merge mozilla-central and mozilla-inbound 2012-01-19 11:13:07 -08:00
Brian R. Bondy
5b8410bbc2 Bug 718450 - Callback application does not relaunch on some limited user account WinXP. r=rstrong 2012-01-19 13:05:51 -05:00