Victor Porof
29298434bc
Bug 715163 - Mouse click + drag causing Tilt to Translate instead of Rotate on First Open; r=rcampbell
2012-01-17 12:31:21 +02:00
Victor Porof
67b80bc116
Bug 718425 - Make all Tilt animations less choppy; r=rcampbell
2012-01-19 16:42:02 +02:00
Victor Porof
d826943ac4
Bug 718303 - Tilt intro and outro transitions aren't very precise when page is zoomed; r=rcampbell
2012-01-16 09:00:57 +02:00
Victor Porof
9501cc8d39
Bug 715647 - I want to be able to remove nodes from the Tilt view; r=rcampbell
2012-01-25 10:04:15 +02:00
Tim Taubert
9f986ce7a8
merge m-c to fx-team
2012-01-25 17:54:52 +01:00
Ed Morley
26d349bc60
Merge last green changeset of mozilla-inbound to mozilla-central
2012-01-25 14:14:48 +00:00
Serge Gautherie
894a8ab334
Bug 720955. (Av1) xpt.py: Report IIDs when they differ. r=ted.mielczarek.
2012-01-25 14:22:28 +01:00
Henri Sivonen
56918f262f
Bug 358452 - Make the behavior of space, tab, carriage return and line feed in title attribute tooltips HTML5-compliant / IE-compatible. r=dao
2012-01-25 10:59:36 +00:00
Ms2ger
924b63075d
Merge m-c to m-i.
2012-01-25 11:06:40 +01:00
Chris Lord
2038b1fca3
Bug 720663 - devicemanagerADB pushDir fallback not always tried. r=gbrown
...
The devicemanagerADB.py pushDir method has two paths, one that uses zip/unzip
and the other that just pushes each file one at a time. The idea is that the
first path is chosen, and if it fails, the second is tried before bailing out,
but it's possible for the first failure not to be detected in such a way that
activates the fallback path.
Add a try/except block to catch exceptions in the first path and fall back to
the second.
2012-01-25 09:49:30 +00:00
Mike Hommey
eb3d1bf070
Bug 720737 - Set MOZ_LINKER_CACHE instead of CACHE_PATH. r=blassey
2012-01-25 10:36:58 +01:00
Mike Hommey
711ac49c3c
Bug 719742 - Make expandlibs properly handle the case where OBJ_SUFFIX is .i_o on Linux PGO first pass. r=ted
2012-01-25 10:34:14 +01:00
Ms2ger
e3e8b35541
Bug 718504 - Remove some GetChildAt callers; r=smaug
2012-01-25 08:50:07 +01:00
Ms2ger
7b3abf90b0
Bug 718170 - Part c: Use nsINode in IsEmptyCell; r=ehsan
2012-01-25 08:50:06 +01:00
Ms2ger
e81715cf11
Bug 718170 - Part b: Use nsINode in IsVisTextNode; r=ehsan
2012-01-25 08:50:05 +01:00
Ms2ger
21e7bf16da
Bug 718170 - Part a: Use nsINode in IsEmptyNodeImpl; r=ehsan
2012-01-25 08:50:05 +01:00
Ms2ger
d8310dc03b
Bug 689337 - Desktop notification interfaces should not be marked 'function'; r=khuey
2012-01-25 08:50:04 +01:00
Ms2ger
ef174bdccd
Bug 718271 - Use TEST-UNEXPECTED-FAIL instead of TEST-UNEXPECTED-ERROR; r=jmaher
2012-01-25 08:50:04 +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
df932476eb
Bug 720124 - Remove dead code from HTMLContentSink: form; r=hsivonen
2012-01-25 08:50:03 +01:00
Ms2ger
9e0ccf6431
Bug 720124 - Remove dead code from HTMLContentSink: meta; r=hsivonen
2012-01-25 08:50:03 +01:00
Ms2ger
8bbfc355d5
Bug 720124 - Remove dead code from HTMLContentSink: mInsideNoXXXTag; r=hsivonen
2012-01-25 08:50:03 +01:00
Ms2ger
d4f442d47c
Bug 720124 - Remove dead code from HTMLContentSink: mNumOpenIFRAMES; r=hsivonen
2012-01-25 08:50:03 +01:00
Ms2ger
4d51def3be
Bug 720124 - Remove dead code from HTMLContentSink: AddDocTypeDecl; r=hsivonen
2012-01-25 08:50:02 +01:00
Ms2ger
437f03c00c
Bug 720124 - Remove dead code from HTMLContentSink: frameset - link - style - doctype; r=hsivonen
2012-01-25 08:48:59 +01:00
Ms2ger
8ef2e25f2d
Bug 715112 - Remove HTMLContentSink::ProcessSCRIPTEndTag; r=hsivonen
2012-01-25 08:48:59 +01:00
Oleg Romashin
6ac7de5922
Bug 720299 - Qt Fennec does not compile with faststartup (undefined reference moz_free/alloc et.c). r=dougt
2012-01-25 02:07:21 -05:00
Cedric Vivier
f90a6bc561
Bug 720431 - Can't close Style Editor with cmd+w. r=paul
2012-01-25 02:45:00 +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
Serge Gautherie
e0b14800f9
Bug 720095. (Av1a-mochitest) Fix some strict warnings and nits. r=ted.mielczarek.
2012-01-24 17:38:46 +01:00
Ben Hearsum
e633e5d618
Bug 607389 - generate partial updates at build time for releases. DONTBUILD
2012-01-24 09:18:44 -05:00
Tim Taubert
dd3cb89859
merge fx-team to m-c
2012-01-24 15:05:47 +01:00
Tim Taubert
d4e38a6427
Fix backout of bug 455553
2012-01-24 15:04:27 +01:00
Marco Bonardo
db50a6a74a
Merge last green PGO from inbound to central
2012-01-24 13:27:20 +01:00
Ben Turner
c043698ddd
Bug 705640 - Implement DOMError as defined in DOM 4, r=mounir.
...
--HG--
extra : transplant_source : %15%98Xx%C3%F3%89%95%94%5Eu%99%B0%CC%8B%E0V%3A4%C6
2012-01-24 02:13:41 -08:00
Ben Turner
565ac90471
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
...
--HG--
extra : transplant_source : kT-%8B%9A%00%D5%230%EC%11%00%1A%B1%A2%1EFSd%2A
2012-01-24 02:03:37 -08:00
Mark Banner
639178d57a
Bug 716238 - ThunderbirdTry: "495794-1.html | load failed: timed out waiting for reftest-wait to be removed" - Ensure media.autoplay.enabled is always true. r=dbaron
2012-01-24 10:07:45 +00: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
Phil Ringnalda
68bc9fb0e8
Backed out changeset b77c0c621163 (bug 710533) for native ts bustage
2012-01-23 23:33:05 -08:00
Phil Ringnalda
1d1f061673
Back out 420d7b8ed59d for being a bad backout
2012-01-23 23:32:11 -08:00
Phil Ringnalda
4d92a24459
Backed out changeset b77c0c621163 (bug 710533) for native ts bustage
2012-01-23 22:53:07 -08:00
Nicholas Nethercote
6d66d1e6c4
Bug 720219 (part 5) - Clean up JS type object measurement. r=bhackett.
...
--HG--
extra : rebase_source : 4d972fd2dd17181bf6facd077e71b05c6cc72307
2012-01-23 15:50:59 -08:00
Phil Ringnalda
fee809b39a
Bug 718260 - stop running test_xhrAbort.html on WinXP until it can stop crashing in the middle of the next test, r=khuey
2012-01-23 15:40:39 -08:00
Nicholas Nethercote
5da4a517a6
Bug 720219 (part 4) - Clean up JS script measurement. r=bhackett.
...
--HG--
extra : rebase_source : 5c237412c6f3409f81ef23b1ab38b982540e14c3
2012-01-23 15:39:39 -08:00