Aryeh Gregor
|
f956593743
|
Bug 777292 - Return -1 from nsTableRowGroupFrame::FindLineContaining on null param; r=roc
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
1f6f1d1b17
|
Bug 777292 - netwerk/: Don't treat number of bytes as an nsresult; r=bz
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
5eb7e900f4
|
Bug 777292 - gfx/, widget/: Remove conversions to nsresult that will always result in NS_SUCCEEDED; r=roc
|
2012-07-27 16:52:43 +03:00 |
|
Aryeh Gregor
|
2e7996f8d1
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Justin Lebar
|
e04f57a7d9
|
Bug 778355 - Don't clear mWindow in nsWebShellWindow's destructor; nsXULWindow will clear it when it's destroyed. r=roc
--HG--
extra : rebase_source : 8e14b506f53861315e8e96bc8f775f141cd8e8dd
|
2012-07-30 12:20:42 -04:00 |
|
Landry Breuil
|
88d4abfc50
|
Bug 777696: Fix gstreamer backend on big endian architectures. r=doublec
|
2012-07-30 17:57:15 +02:00 |
|
Landry Breuil
|
4df91067fc
|
Bug 778414. Fix clang builds on OpenBSD/i386. r=glandium
|
2012-07-30 17:57:04 +02:00 |
|
Vladimir Vukicevic
|
d5a95e7983
|
b=773071; more incorrect merge fixup for KHR_fence_sync; r=vlad
|
2012-07-30 11:07:23 -04:00 |
|
Rafael Ávila de Espíndola
|
584c37691a
|
Bug 778167 - Fix the offset of OS X libraries. r=bgirard.
|
2012-07-30 11:06:37 -04:00 |
|
Aryeh Gregor
|
15948adb1f
|
Bug 291789 part 3 - Try not to ever delete across table boundaries; r=ehsan
|
2012-07-27 17:03:28 +03:00 |
|
Aryeh Gregor
|
50c71e5430
|
Bug 291789 part 2 - Clean up nsHTMLEditRules::InDifferentTableElements; r=ehsan
|
2012-07-27 17:03:28 +03:00 |
|
Aryeh Gregor
|
bcae4447b0
|
Bug 291789 part 1 - Make various nsHTMLEditUtils methods take nsINode instead of Element; r=ehsan
|
2012-07-27 17:03:28 +03:00 |
|
Ehsan Akhgari
|
c80897316e
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Kartikaya Gupta
|
aed9399f87
|
Bug 770047 - Add the LayerView directly to the XML layout rather than creating it later, so that we don't get a black flash on startup on JellyBean devices. r=sriram
|
2012-07-28 10:33:51 -04:00 |
|
Christian Holler
|
5cae4b87bf
|
Bug 777421 - Add AddressSanitizer macosx64 debug mozconfig
|
2012-07-30 14:01:40 +02:00 |
|
Christian Holler
|
1cef04d3b9
|
Bug 776556 - Disable package signing when ASan is enabled
|
2012-07-30 13:58:34 +02:00 |
|
Masatoshi Kimura
|
b858849f0c
|
Bug 750241 - Filter console messages to prevent intermittent orange; r=hsivonen
|
2012-07-30 12:47:19 +01:00 |
|
Christian Holler
|
a42c8cb1e9
|
Bug 777412 - Support the --setenv option in reftests
|
2012-07-30 13:47:27 +02:00 |
|
Gene Lian
|
2bca813a6f
|
Bug 777228 - Alarm API - The back-end needs to remove alarms that have been fired from DB, so that .getAll() won't return them. r=vivien
|
2012-07-30 19:17:35 +08:00 |
|
Brian Hackett
|
4da0b7720d
|
Use HandleValue and MutableHandleValue in API hooks where possible, bug 776579. r=billm, sr=dmandelin
|
2012-07-30 05:19:09 -06:00 |
|
Aryeh Gregor
|
7e08f8aa4b
|
Bug 777292 - Switch incorrect nsresult to nsrefcnt; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
52ab25cf3e
|
Bug 777292 - Convert some nsresult to SECStatus; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
43d640b048
|
Bug 777292 - Use assert for arg validity in nsHTMLAnonymousUtils' GetCSSFloatValue instead of NS_ENSURE_ARG_POINTER; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
7bf9fe596b
|
Bug 777292 - Add casts and annoyed comments where we make up nsresult codes on the fly; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
91391164b5
|
Bug 777292 - Cast NS_ENUMERATOR_FALSE to nsresult and complain in comments; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
17bdf11678
|
Bug 777292 - Annotate some incorrect conversions to nsresult; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
66d337960d
|
Bug 777292 - Add default cases to switches on nsresult; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
f5f9ac7115
|
Bug 777292 - Convert an nsresult variable to PRStatus; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
1b5c2616f8
|
Bug 777292 - Cast the result of setjmp() to nsresult where it's incorrectly used that way; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
392e16dd0f
|
Bug 777292 - exit(-1) instead of exit(NS_ERROR_FAILURE); r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
8df95f44f7
|
Bug 777292 - Remove unreached return; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
58769bb9d6
|
Bug 777292 - Don't use |= on nsresult; r=ehsan
|
2012-07-27 17:03:08 +03:00 |
|
Aryeh Gregor
|
8e459312df
|
Bug 777292 - editor/: Remove conversions to nsresult that will always result in NS_SUCCEEDED; r=ehsan
|
2012-07-27 16:46:48 +03:00 |
|
Robert Longson
|
42a531f78a
|
Tests for Bug 710974 - extraneous commas should be rejected by number list parser. r=dholbert
|
2012-07-30 10:02:50 +01:00 |
|
Tim Taubert
|
9007cd0287
|
Bug 710974 - extraneous commas should be rejected by number list parser. r=dholbert
|
2012-07-30 10:02:46 +01:00 |
|
David Zbarsky
|
b553f704bb
|
Bug 778501 Part 4: DeviceContext should be an nsRefPtr r=roc
|
2012-07-29 21:36:32 -07:00 |
|
David Zbarsky
|
1197f91329
|
Bug 778501 Part 3: Clean up the includes in nsPresContext.h r=roc
|
2012-07-29 21:29:41 -07:00 |
|
David Zbarsky
|
8ad934811b
|
Bug 778501 Part 2: mEventManager should be an nsRefPtr r=roc
|
2012-07-29 21:29:33 -07:00 |
|
David Zbarsky
|
31275596fb
|
Bug 778501 Part 1: mLanguage should be an nsCOMPtr r=roc
|
2012-07-29 21:29:23 -07:00 |
|
Matt Woodrow
|
abcd222841
|
Bug 718849; fix radial gradients to the spec. r=Bas
|
2012-06-18 15:06:22 +12:00 |
|
Ryan VanderMeulen
|
738aded298
|
Merge inbound to m-c.
|
2012-07-29 17:00:53 -04:00 |
|
Jan Beich
|
04ef44e648
|
Bug 778058 - Don't #define _malloc_message to malloc_message in jemalloc: FreeBSD's jemalloc-3.0.0 exports malloc_message (with different arguments) in stdlib.h. r=jlebar
|
2012-07-29 10:54:44 -04:00 |
|
Tim Taubert
|
f451b249b7
|
merge m-c to fx-team
|
2012-07-29 14:35:34 +02:00 |
|
Wes Kocher
|
feeaf458db
|
No bug - Update revision of Jetpack code used in tests. r=me
|
2012-07-28 21:03:37 -05:00 |
|
Ed Morley
|
35f13f7e90
|
Backout a5b21cffeebf (bug 743112) for intermittent but severe leaks; a=whatafunwaytospendtheday on a CLOSED TREE
|
2012-07-28 18:46:27 +01:00 |
|
Ed Morley
|
677e3ca3ad
|
Bug 778433 - Raise ShutdownLeakLogger's MAX_LEAK_COUNT to something less annoying, until bug 728294 lands; r=me DONTBUILD on a CLOSED TREE
|
2012-07-28 16:22:47 +01:00 |
|
Ed Morley
|
d34eef5630
|
Backout 9ed259005de2 (bug 770453) for Android XUL R3 failures in scrollbars-0{1,2}.svg on a CLOSED TREE
|
2012-07-28 13:30:40 +01:00 |
|
Rafael Ávila de Espíndola
|
b99afdfb17
|
Bug 778301 - Remove old change for llvm.org/pr11003.
--HG--
extra : rebase_source : 41006c35798d0722a43b6c37bc0216a6c6064aa9
|
2012-07-28 08:04:45 -04:00 |
|
David Zbarsky
|
31ad6987b4
|
Fix virtual destructor warnings under dom/file, no bug, blanket r=bz
|
2012-07-28 17:33:58 -07:00 |
|
Benjamin Peterson
|
3b7ecb0d35
|
Bug 777776 - Properly barrier JSScript::scriptSource_. r=terrence
|
2012-07-28 15:18:33 -07:00 |
|