Commit Graph

72639 Commits

Author SHA1 Message Date
Jonas Sicking
509451f5cc Bug 659539 Part 4: Use nsINode::NodeType where possible. r=bz 2011-06-14 00:56:50 -07:00
Jonas Sicking
25792d94c8 Bug 659539 Part 3: Use nsINode::NodeName where possible. Remove the now unused mQualifiedNameCorrectedCase. r=bz,peterv 2011-06-14 00:56:49 -07:00
Jonas Sicking
91ddf8ed15 Bug 659539 Part 2: Create nsINode::NodeType/NodeName/LocalName and make them non-virtual. r=bz 2011-06-14 00:56:49 -07:00
Jonas Sicking
5f95458332 Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz 2011-06-14 00:56:49 -07:00
Jonas Sicking
6279797e1c Bug 659053 Part 2: Implement a faster non-recursive Node.isEqualNode directly on nsINode. r=peterv 2011-06-14 00:56:48 -07:00
Jonas Sicking
17ec46a39a Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv 2011-06-14 00:56:48 -07:00
Jonas Sicking
f798bd4fb8 Bug 663749: Remove load-event-listening code from nsXMLHttpRequest. r=smaug 2011-06-14 00:53:08 -07:00
Rodd Zurcher
3f83263bdc Bug 663955 - Instead of decoding twice, use gdk_pixbuf_get_file_info to get the image width and height; then if either is larger than 180, call gdk_pixbuf_new_from_file_at_size, otherwise call gdk_pixbuf_new_from_file. r=roc
--HG--
extra : transplant_source : n%B2%BC%C2Ov%21%EC%8B%ADF6%DC%DD%19v%B6%E1%97%B8
2011-06-14 05:56:32 +02:00
Rodd Zurcher
1b7b41c2a4 Bug 663955 - Instead of decoding twice, use gdk_pixbuf_get_file_info to get the image width and height; then if either is larger than 180, call gdk_pixbuf_new_from_file_at_size, otherwise call gdk_pixbuf_new_from_file. r=roc 2011-06-14 05:56:32 +02:00
Geoff Lankow
a291f7c6a0 Bug 536503 - Fix for test 2011-06-14 13:47:23 +12:00
Trevor Saunders
26c39f8cef bug 657719 - nsAccessible::IsSelected() hidden overloaded virtual method r=surkov
From 4a0905d51ad8b84af7f627284131f355d3156c69 Mon Sep 17 00:00:00 2001
---
 accessible/src/base/nsAccessible.cpp |    9 +--------
 accessible/src/base/nsAccessible.h   |    7 ++++++-
 2 files changed, 7 insertions(+), 9 deletions(-)
2011-06-13 17:26:32 -07:00
Trevor Saunders
a2403dd031 bug 664084 - set but unused nsresult in nsHTMLTableAccessible.cpp:1208 r=surkov
From 98228e034f021e8ab897537f0aa280e622cf2fc3 Mon Sep 17 00:00:00 2001
---
 accessible/src/html/nsHTMLTableAccessible.cpp |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
2011-06-13 16:28:35 -07:00
Trevor Saunders
f8e0359aa8 bug 664083 - parens around complicated boolean logic nsHTMLTable.cpp:325 r=surkov
From 94a79a1220475904d9b3ab7bf2825eb18752a2ab Mon Sep 17 00:00:00 2001
---
 accessible/src/html/nsHTMLTableAccessible.cpp |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
2011-06-13 16:18:57 -07:00
Trevor Saunders
88e99b94f5 bug 657719 - part 2 GetChildAtPoint overloaded virtual method r=surkov
From 2c992098c55e2d51729b6b972d60d9e844032f2c Mon Sep 17 00:00:00 2001
---
 accessible/src/atk/nsMaiInterfaceComponent.cpp   |    6 ++--
 accessible/src/base/nsAccessible.cpp             |   12 ++++----
 accessible/src/base/nsAccessible.h               |    6 ++--
 accessible/src/base/nsApplicationAccessible.cpp  |    4 +-
 accessible/src/base/nsApplicationAccessible.h    |    5 +--
 accessible/src/base/nsBaseWidgetAccessible.cpp   |    4 +-
 accessible/src/base/nsBaseWidgetAccessible.h     |    5 +--
 accessible/src/base/nsOuterDocAccessible.cpp     |    6 ++--
 accessible/src/base/nsOuterDocAccessible.h       |    4 +-
 accessible/src/html/nsHTMLImageMapAccessible.cpp |    4 +-
 accessible/src/html/nsHTMLImageMapAccessible.h   |    5 +--
 accessible/src/msaa/nsAccessibleWrap.cpp         |   30 ++++-----------------
 accessible/src/xul/nsXULTreeAccessible.cpp       |    6 ++--
 accessible/src/xul/nsXULTreeAccessible.h         |    5 +--
 accessible/src/xul/nsXULTreeGridAccessible.cpp   |    4 +-
 accessible/src/xul/nsXULTreeGridAccessible.h     |    5 +--
 16 files changed, 44 insertions(+), 67 deletions(-)
2011-06-13 15:20:54 -07:00
Andrew McCreight
754c52bb6f Bug 663532 - Run GC from cycle collector in main thread, not CC thread. r=bent 2011-06-13 13:24:23 -07:00
Dão Gottwald
369de6173e Bug 663401 - browser_bug435788.js cleanup. r=mossop 2011-06-15 08:17:14 +02:00
Mike Hommey
9b06a04f15 Bug 662223 - Add -lmozalloc in link flags provided in libxul.pc. r=cjones,sr=bsmedberg 2011-06-15 05:17:03 +02:00
Jeff Walden
253ed289c7 Bug 670759 - Add GlobalObject::createBlankPrototype to abstract creation of prototype objects other than Object.prototype. r=bhackett 2011-06-13 11:52:45 -07:00
Masahiro Yamada
6a432fe065 Bug 660612 - Utf8ToOneUcs4Char passes invalid UTF-8 octets '%ED%A0%80', so decodeURIComponent('%ED%A0%80') doesn't throw. r=jwalden 2011-07-05 09:38:35 -07:00
Jesse Ruderman
35eec41310 Bug 670564 - "ASSERTION: illegal left edge" in nsDisplayText::Paint. r=roc 2011-07-11 22:18:26 +02:00
Mats Palmgren
4521458b36 Bug 670564 - "ASSERTION: illegal left edge" in nsDisplayText::Paint. r=roc 2011-07-11 22:18:26 +02:00
Mats Palmgren
8f3490e2d0 Bug 648910 - Make nsIDOMHTMLImageElement widths and heights unsigned to match the HTML5 spec. r=jst 2011-07-11 22:18:26 +02:00
Boris Zbarsky
c8375f12ac Bug 648045. Mark the currently selected tab in a minimized window as inactive. r=gavin,smaug 2011-07-11 09:14:08 -04:00
Julian Reschke
961da6fd61 Bug 670333. Make sure that when parsing MIME header params we check for the actual presence of a '=' between the name and the value. r=bzbarsky 2011-07-11 15:27:26 -04:00
Javi Rueda
60856304e4 Bug 516547. Remove the browser.display.base_font_scaler preference and all the code to process it. r=bzbarsky, sr=dbaron. 2011-07-11 15:27:25 -04:00
Jeff Gilbert
247edcfca1 Bug 669522: Removed unused function bool IsFloatInteger(float) r=joe 2011-07-11 12:24:21 -07:00
Paul ADENOT
76a6df10e0 Bug 669616 - Round time to the nearest full-second value to fix inaccuracies in audio controls. r=dolske 2011-07-11 12:24:20 -07:00
Geoff Lankow
2ebe71ef6e Bug 668154 - Use the same mock file picker for all mochitests and xpcshell tests r=jmaher 2011-07-11 12:24:13 -07:00
Marco Bonardo
26bd9f0a1b Backout changesets 9e4ab3907b29, 3abc0dbbf710 due to m-oth permaorange 2011-07-11 10:27:58 -07:00
Mounir Lamouri
7b98e99ad6 Bug 669308 - Introduce macros and method helpers to simplify participation of classes to the DOM Memory Reporter. r=bz 2011-07-11 17:23:26 +02:00
Bas Schouten
b4f2c613de Bug 668764: Properly specify stroke offset in Direct2D cairo backend. r=jrmuizel 2011-07-11 16:37:01 +02:00
Mounir Lamouri
ff2eb8c7a3 Merge mozilla-central into mozilla-inbound. 2011-07-11 16:19:00 +02:00
Mounir Lamouri
4c0a532e43 Merge mozilla-inbound into mozilla-central. 2011-07-11 16:18:03 +02:00
Masayuki Nakano
fe2a10ba62 Bug 670058 part.2 Add regression test r=smaug 2011-07-11 23:13:36 +09:00
Neil Deakin
4bf3881ba3 Bug 670148, remove nsIBoxLayout, r=roc 2011-07-11 10:05:10 -04:00
Neil Deakin
f6bd0911ea Bug 670148, remove nsIScrollbarFrame, r=roc 2011-07-11 10:05:09 -04:00
Neil Deakin
34d82c8060 Bug 670148, remove nsIMenuFrame, r=roc 2011-07-11 10:05:07 -04:00
Boris Zbarsky
e574ca6ebf Bug 648045 followup; merging to bug 663042. 2011-07-11 09:19:41 -04:00
Ed Morley
92c4bbe424 Bug 561481 - Remove README.txt from release packages; r=dolske 2011-07-11 09:14:12 -04:00
Ed Morley
3bd1c95cf1 Bug 631155 - undefined return value in function '_cairo_surface_wrapper_flush'; r=jrmuizel 2011-07-11 09:14:12 -04:00
Ed Morley
f3a9335535 Bug 670111 - Add double overloads to NSToCoord(Round|Floor|Ceil|Clamped) to stop numerous build warnings; r=roc 2011-07-11 09:14:12 -04:00
Ed Morley
2e399e9852 Bug 670338 - Add double overload to NSToIntRound to stop build warnings; r=roc 2011-07-11 09:14:12 -04:00
Boris Zbarsky
eaeea8e796 Bug 648045. Mark the currently selected tab in a minimized window as inactive. r=gavin,smaug 2011-07-11 09:14:08 -04:00
David Zbarsky
37cd5bf16c Bug 586786 - Fix legacy reflected attributes r=bz, mounir 2011-07-11 12:56:00 +02:00
Karl Tomlinson
c268116c9b disable test_bug665540.html on WINNT due to what is probably bug 670053 2011-07-11 22:09:38 +12:00
Mounir Lamouri
5c47b18f12 Bug 664925 - ASSERTION: We shouldn't have another size than small and regular for the moment. r=mstange 2011-07-11 11:41:26 +02:00
Fabrice Desré
8801692673 Bug 596650 - Use the "sizes" attribute to select the best web app icon [r=mfinkle] 2011-07-11 02:00:57 -07:00
Fabrice Desré
0fd548c7f6 Bug 596649 - Check if a web app is installed to not install dupes [r=mfinkle] 2011-07-11 01:59:33 -07:00
Mike Hommey
962f3c6d46 Bug 654664 - Optimize JSDOUBLE_IS_NEGZERO after bug 640494. r=jimb 2011-07-11 07:57:35 +02:00
Mike Hommey
ba8c0f0809 Bug 657569 - Build nptest.dll without optimization on windows. r=ted 2011-07-11 07:51:26 +02:00