Commit Graph

271650 Commits

Author SHA1 Message Date
Ms2ger
f62ee8eedc Bug 752209 - Use nsINode::GetChildCount() in nsHTMLEditor::AbsolutelyPositionElement; r=ehsan 2012-05-18 10:29:39 +02:00
Ms2ger
6e9c3f61f4 Bug 750053 - Part b: Stop using nsISelection::GetIsCollapsed in editor/libeditor; r=ehsan 2012-05-18 10:29:39 +02:00
Ms2ger
0a9de2eb5f Bug 750053 - Part a: Add nsISelection::Collapsed(); r=smaug 2012-05-18 10:29:39 +02:00
Ms2ger
4034b10ed1 Bug 752319 - Use testharness.js for the cross-origin localStorage tests; r=mayhemer 2012-05-18 10:29:38 +02:00
Ms2ger
44bc3e4bcd No bug - Remove windows line endings from dom/tests/mochitest/localstorage/test_{keySync,storageConstructor}.html. 2012-05-18 10:29:38 +02:00
Ms2ger
e4025a0ffd Bug 755889 - Inline NonstandardToInt32 into JS_ValueToInt32; r=luke 2012-05-18 10:29:38 +02:00
Ms2ger
96a13d013d No bug - Reorder initialization in mozilla::layers::Transaction constructor to fix a build warning. 2012-05-18 10:29:38 +02:00
Ms2ger
d22ffba672 Bug 752203 - Cleanup nsEditor::NodesSameType; r=ehsan 2012-05-18 10:29:38 +02:00
Ms2ger
f64d1ecb9a Bug 754643 - Enable FAIL_ON_WARNINGS in content/media; r=cpearce f=roc 2012-05-18 10:29:38 +02:00
Ms2ger
b13ed4a9ad Bug 361460 - nsDocumentFragment::QI should not fall through to nsGenericElement::QI; r=sicking 2012-05-18 10:29:38 +02:00
Ms2ger
6d340b14a2 Bug 752045 - Handle document fragments correctly in *CanContain* methods; r=ehsan 2012-05-18 10:29:38 +02:00
Ms2ger
20549f8089 Merge m-i to m-c. 2012-05-18 10:28:24 +02:00
Phil Ringnalda
0c815af7b8 No bug, you need to CLOBBER ALL THE BUILDS when merging e8ebc8f1825e:8be8a188bd60 2012-05-18 00:21:25 -07:00
Phil Ringnalda
4f9673830f Bug 753877 - drop a few minimum assertion counts to reflect reality 2012-05-17 22:00:04 -07:00
Ryan VanderMeulen
a2e8e3e3fe Merge last PGO-green inbound changeset to m-c. 2012-05-17 23:25:38 -04:00
Makoto Kato
83760304ae Bug 756010 - Don't build ImageScalingSSE2.cpp on VC2005 due to no _mm_castsi128_ps. r=bas 2012-05-18 11:17:26 +09:00
Ryan VanderMeulen
e520960d8b Merge last PGO-green inbound changeset to m-c. 2012-05-17 14:01:53 -04:00
Eddy Bruel
5bd29f2215 Bug 703537 - Add IndirectProxyhandler; r=bholley,jorendorff 2012-05-17 13:19:37 +02:00
Simon Montagu
b9a7134539 Start painting text shadow of selection from the left edge in RTL text. Bug 755994, r=roc 2012-05-17 13:34:06 +03:00
Simon Montagu
f749da5944 Tests for bug 755994, r=roc 2012-05-17 13:32:45 +03:00
Ryan VanderMeulen
40d655dcb0 Merge m-c to inbound. 2012-05-17 23:23:57 -04:00
Chris Pearce
ea78cdedf8 Bug 708553 - Reset nsEventStateManager's hover state when we detach from nsPresContext. r=bz 2012-05-18 15:11:27 +12:00
Jonathan Griffin
dd0345bf5a Bug 756339 - Setup DNS fix when launching emulator, a=testonly, DONTBUILD because NPOTB 2012-05-17 19:11:16 -07:00
David Zbarsky
b0eea667c0 Bug 756227: Fix TreeContext warnings. r=nnethercote.
--HG--
extra : rebase_source : c6ab31cfd64ebecb4a8bd4069d03fc2f41d3203b
2012-05-17 18:29:30 -07:00
Brian Birtles
b3b800f8e9 Bug 512525 - Implement SVG Fragment Identifier parsing and animation hyperlinking - Part 3 additional hyperlinking tests. r=dholbert 2012-05-17 11:05:12 +01:00
Robert Longson
da7b0caeee Bug 512525 - Implement SVG Fragment Identifier parsing and animation hyperlinking - Part 2 main implementation. r=jwatt 2012-05-17 11:02:41 +01:00
Ed Morley
50c4cb2d1d Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-05-17 10:59:25 +01:00
Brian Birtles
86afa969bf Bug 512525 - Implement SVG Fragment Identifier parsing and animation hyperlinking - Part 1 infrastructure to support hyperlinking. r=dholbert 2012-05-17 10:56:57 +01:00
Alexander Surkov
19610d6f75 Bug 754830 - calculate link states separately, r=tbsaunde 2012-05-17 18:37:37 +09:00
Cameron McCormack
c24ba0581d Bug 715024 - Remove duplicate functions on nsCocoaFeatures and nsToolkit. r=bgirard 2012-05-17 17:53:20 +10:00
Masayuki Nakano
d814848599 Bug 447757 part.4 Clean up modifier keycode mapping on GTK r=karlt, sr=smaug 2012-05-17 16:04:16 +09:00
Masayuki Nakano
0f1fccdb6f Bug 447757 part.3 Use unshifted char of printable keys for computing keycode on GTK r=karlt 2012-05-17 16:04:16 +09:00
Masayuki Nakano
78d9f9880a Bug 447757 part.2 DOM keycode for printable keys in Numpad should be computed by switch r=karlt 2012-05-17 16:04:16 +09:00
Masayuki Nakano
e84b02e09a Bug 447757 part.1 Compute DOM keycode for non-printable key from table first r=karlt 2012-05-17 16:04:16 +09:00
Masayuki Nakano
7d2dab20c0 Bug 677252 part.2 Add Eisu keycode for Japanese keyboard layout of Mac r=smichaud, sr=smaug 2012-05-17 16:04:16 +09:00
Masayuki Nakano
4d7f3814a7 Bug 677252 part.1 Reimplement keycode computation in cocoa widget r=smaug+smichaud 2012-05-17 16:04:16 +09:00
Masayuki Nakano
94c45bf1d7 Bug 630810 part.2 Use nsVKList.h for defining somethig for keycode r=roc 2012-05-17 16:04:16 +09:00
Masayuki Nakano
7bf417b45b Bug 630810 part.1 Should convert from native keycode to DOM keycode for every keys on Windows r=smaug+jimm, sr=roc 2012-05-17 16:04:16 +09:00
Nils Maier
476c89a8e2 Bug 755992 (part 2) - Optimize creation of tree lines in about:memory. r=nnethercote. 2012-05-16 23:43:34 -07:00
Nils Maier
390e10d4cc Bug 755992 (part 1) - Avoid creating some text nodes in about:memory. r=nnethercote. 2012-05-16 23:43:34 -07:00
Nicholas Nethercote
7892980559 Bug 755583 (part 6) - Combine the '++'/'--' spans in about:memory. r=jlebar. 2012-05-16 23:43:34 -07:00
Brian Nicholson
dcd4566ae8 Bug 755771 - Part 2: Send purge count to Java. r=mfinkle 2012-05-16 23:07:55 -07:00
Brian Nicholson
5799c814ae Bug 755771 - Part 1: Remove HistoryEntry class. r=mfinkle 2012-05-16 23:07:55 -07:00
Chris Peterson
b4620b5fd5 Bug 751513 - End composition in onTextChanged() only if we are currently committing. r=blassey 2012-05-16 22:29:23 -07:00
Jonathan Watt
f418b57d69 Bug 734082 - Compute and store bounds and visual overflow bounds for both SVG leaf and container frames. r=roc. 2012-05-17 05:05:09 +01:00
Jonathan Watt
acf3e38285 Bug 614732 - Add prefs for enabling/disabling display-list hit-testing/painting. r=roc. 2012-05-17 05:05:04 +01:00
Nicholas Nethercote
23f458f083 Bug 755583 (part 5) - Merge each single child node into its parent in about:memory. r=jlebar. 2012-05-16 20:43:36 -07:00
Nicholas Nethercote
9976c1f421 Bug 755583 (part 4) - Split up the smaps/ memory reporter tree. r=jlebar. 2012-05-16 20:43:36 -07:00
Nils Maier
e1b88c680a Bug 755583 (part 3) - Set .textNode directly when creating text nodes in aboutMemory.js. r=nnethercote. 2012-05-16 20:43:36 -07:00
Nils Maier
5a434a1b29 Bug 755583 (part 2) - Use RegExp.test instead of String.match in aboutMemory.js. r=nnethercote. 2012-05-16 20:43:36 -07:00