Phil Ringnalda
f88c822174
Bug 512307 - Recognize and parse RFC 822 dates that use "Z" as a timezone, r=mak
2011-11-20 22:15:03 -08:00
Cameron McCormack
9eca2cdf11
Bug 670858 - Ignore some expected and fix some unexpected exceptions in xpinstall tests. r=dtownsend
2011-12-04 12:13:41 +11:00
Brian Hackett
335ec03892
Merge mozilla-central and mozilla-inbound
2011-12-03 14:36:54 -08:00
Kyle Huey
32088faf78
Merge b-s to m-c.
2011-12-03 16:27:21 -05:00
Ed Morley
9061d67699
Bug 696498 - Add Makefiles to *makefiles.sh that were created in the tree since main re-write; rs=build
2011-12-03 21:01:34 +00:00
Brian Hackett
a476b0c45a
Merge MC -> JM
2011-12-03 10:34:26 -08:00
Kyle Huey
b4af373657
Bug 704464: Part 2 - Make Database creation hook into the quota system. r=bent
2011-12-03 12:18:38 -05:00
Kyle Huey
af75cee6ac
Bug 704464: Part 1 - Rework quota handling to use Windows insteead of Databases. r=bent
2011-12-03 12:10:21 -05:00
Antti Haapala
6d46a2d6e9
Bug 699156: Support TypedArrays in XPConnect. r=bholley,evilpie
2011-12-03 09:33:20 -05:00
Ed Morley
9ed4fcd80d
Merge mozilla-central and mozilla-inbound
2011-12-03 09:21:02 +00:00
Ed Morley
d5b6ea465e
Backout 75e72a52a0cb, 1120ae801dac, b2572a5cffa9, fa6a273a9b41 (bug 701863) for build failures
2011-12-03 09:13:14 +00:00
Hannes Verschore
0e17c4a092
Add testcase for bug 476088. r=jruderman
2011-12-03 03:29:59 -05:00
Hannes Verschore
568071abf1
Add a test for bug 373843. r=jruderman
2011-12-03 03:29:59 -05:00
Brian Hackett
1528af043e
Merge MC -> JM
2011-12-01 11:51:09 -08:00
Matt Brubeck
7764bb3113
Merge mozilla-central and mozilla-inbound
2011-12-01 11:17:54 -08:00
Benjamin Smedberg
3f3740d7ab
Bug 705154 - Hang monitor incorrectly killing the app on mac when the user is idle: unlike other platforms, the main loop on Mac doesn't call processNextEvent in a loop: instead it calls into [NSApplication run] and we check whether there are pending XPCOM events during processing. Suspend the hang monitor when we pause for incoming events by subclassing [NSApplication nextEventMatchingMask], r=smichaud
...
--HG--
extra : rebase_source : 753343ca11d3ce8b6801a5be8831621887fbe70b
2011-12-01 12:50:04 -05:00
Alexander Surkov
9996a556df
Bug 703202 - ARIA comboboxes don't fire value change events, r=tbsaunde, marcoz
2011-12-02 00:12:02 +08:00
Alexander Surkov
64120c74e1
Bug 706784 - Firefox 8.0.1 Crash Report [@ nsLinkableAccessible::GetValue(nsAString_internal&) ], r=marcoz
2011-12-02 00:11:53 +08:00
Mark Banner
aaf18bd0af
Fix comm-central app bustage from bug 696498 - change the depth of the makefiles to account for being generated from the comm-central build system now that the old xpfe autocomplete files are no longer generated within the mozilla-central part of the build system. rs=Neil over irc. NPOTFFB DONTBUILD
2011-12-01 15:26:29 +00:00
Jeff Muizelaar
1ce0f84536
Bug 698002. Add MacOS port of the v8 profiler. r=bgirard
...
This uses a separate thread that will pause the main thread
and read the registers out of it.
--HG--
extra : rebase_source : c73c866d513c054326af117ddf31ce05eca61335
2011-12-01 10:06:20 -05:00
Mark Banner
db6f11df5d
Unit test bustage fix from bug 702810 for apps that implement imap uris - don't test the imap uri for visited status because nsIIOService.newURI() can throw if the app knows about imap:// but an account is not set up for it. r=mak over irc
2011-12-01 11:29:34 +00:00
Marco Bonardo
0931ba44df
Merge last green changeset from mozilla-inbound to mozilla-central
2011-12-01 12:17:08 +01:00
Tim Taubert
0d60ed34bd
merge m-c to fx-team
2011-12-01 07:19:11 +01:00
Ed Morley
6adb8a2ffb
Merge mozilla-central and mozilla-inbound
2011-12-01 04:14:57 +00:00
Boris Zbarsky
8e19eede27
Bug 706323. Fix scrollbar smoothscrolling to get the timestamp the new way. r=dao
2011-12-01 03:51:22 +00:00
Robert Strong
cfe30f4c56
Bug 705997 - Remove additional Java Consoles. r=bbondy
2011-11-30 16:20:39 -08:00
Brian Hackett
8d049da2ea
Merge MC -> JM
2011-11-30 12:45:27 -08:00
Tim Taubert
e4ea58d6f5
Backed out changeset 54346920e122
2011-11-30 21:19:25 +01:00
Tim Taubert
2ce63c3727
Backed out changeset 035907d4c7b1
2011-11-30 21:17:25 +01:00
Phil Ringnalda
192c4965f5
Bug 683048 - Disable the too-mittently-failing bug602141-3.html on Windows
2011-11-30 00:24:59 -08:00
Phil Ringnalda
69f92a5bf1
Bug 513558 - test_contextmenu.html has lost its Linux privileges
2011-12-02 20:43:19 -08:00
Ed Morley
c3a7769384
Merge last green changeset of mozilla-inbound to mozilla-central
2011-12-02 18:39:02 +00:00
Chris Lord
28c7f2df6e
Backout bug 696376
...
This broke building on android due to requiring a newer version of unwind.h.
2011-12-02 18:00:58 +00:00
Ali Juma
03b2f1037e
Bug 705641 - Add reason for framebuffer incompleteness to abort message. r=jrmuizel
2011-12-02 09:43:58 -05:00
Mark Banner
3d814a169b
Bug 707121 - msvc* dlls will never get removed on update. r=khuey
2011-12-02 14:20:15 +00:00
Dão Gottwald
6ba7ded344
Bug 570760 followup, trying to fix broken test
2011-12-02 15:14:51 +01:00
Tim Taubert
bbb0fc0b09
merge m-c to fx-team
2011-12-02 14:38:36 +01:00
Marco Bonardo
1e4e6c612a
Merge last green changeset from mozilla-inbound to mozilla-central
2011-12-02 12:11:31 +01:00
Tim Taubert
37927ea5fa
merge m-c to fx-team
2011-12-02 07:47:07 +01:00
Cameron McCormack
b46f73364b
Backout bug 670857, bug 703176
2011-12-02 12:23:18 +11:00
Nathan Froyd
24d54c1dd8
Bug 705845 - Add telemetry for size of values stored in localStorage; r=honzab
2011-12-01 19:19:56 -05:00
James Hobin
e9c2806c8f
Bug 570760 - Make ctrl-f and / focus the search box in the add-ons manager. r=dtownsend,dao
2011-12-02 13:35:32 +01:00
Andrew Quartey
5a25ab6907
Bug 613360 - Safe use of thread observers in ContentParent. f=josh r=bsemdberg
2011-12-02 13:33:05 +01:00
Cameron McCormack
07b1c08f01
Bug 670831 - Enable some mochitest sanity tests for uncaught exception handling. r=jmaher
2011-12-02 23:25:04 +11:00
Cameron McCormack
154fe67ff8
Bug 707054 - Remove event listener added in browser_bug703210.js. r=masayuki
2011-12-02 23:25:04 +11:00
Cameron McCormack
568b4dda9b
Bug 703176 - Ensure all browser chrome mochitests do fail when uncaught JS exceptions occur. (v1.1) r=jmaher
2011-12-02 23:25:03 +11:00
Cameron McCormack
93b84daf12
Bug 670857 - Make web console tests expect particular uncaught exceptions. r=msucan
2011-12-02 10:09:58 +11:00
Cameron McCormack
80ec0fbc6e
Bug 703176 - Ensure all browser chrome mochitests do fail when uncaught JS exceptions occur. (v1.1) r=jmaher
2011-12-01 18:22:14 +11:00
Brian Smith
ed626b7f74
Bug 674147 (Remove the SSL Thread) Part 2: Everything else, r=honzab
2011-12-01 14:37:57 -08:00
Brian Smith
d0c7e6a035
Bug 674147 (Remove the SSL Thread) Part 1: Move certificate validation code to new file, preserving history, r=honzab
...
--HG--
rename : security/manager/ssl/src/nsNSSCallbacks.cpp => security/manager/ssl/src/SSLServerCertVerification.cpp
2011-12-01 14:37:23 -08:00